diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 17:23:34 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 17:23:34 +0100 |
commit | 5fad0954048d72d3d6a81131a3b9889f0f83dfc2 (patch) | |
tree | 14b697eb1fee36122cf258e30af475518a574381 /vim/vimrc | |
parent | 11cb441d3e72ec5b51322ad2d385b6720dfdf1d8 (diff) | |
parent | bae9a01e31a8f286460722e0c52ba0c1b4ff5c8b (diff) |
Merge branch 'master' of github.com:yulqen/openbsddotfiles
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |