summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-14 17:23:34 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-14 17:23:34 +0100
commit5fad0954048d72d3d6a81131a3b9889f0f83dfc2 (patch)
tree14b697eb1fee36122cf258e30af475518a574381 /vim/vimrc
parent11cb441d3e72ec5b51322ad2d385b6720dfdf1d8 (diff)
parentbae9a01e31a8f286460722e0c52ba0c1b4ff5c8b (diff)
Merge branch 'master' of github.com:yulqen/openbsddotfiles
Diffstat (limited to '')
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6d9d564..ce3db25 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -143,11 +143,12 @@ autocmd BufLeave * call s:copy_filename_as_mdlink()
" vim-plug
call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
-Plug 'prabirshrestha/vim-lsp'
+"Plug 'prabirshrestha/vim-lsp'
Plug 'alok/notational-fzf-vim'
Plug 'sheerun/vim-polyglot'
"Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'tpope/vim-commentary'
+Plug 'godlygeek/tabular'
Plug 'davidhalter/jedi'
Plug 'tpope/vim-dispatch'
Plug 'tpope/vim-fugitive'