commit 6e9cc905b59e6569ab9ce7843086634635cb8c64 parent 999dd1753bcf8433951adceabf7965cd80d49eaf Author: Alex Balgavy <alex@balgavy.eu> Date: Fri, 2 Sep 2022 12:35:39 +0200 neovim: lspconfig Diffstat:
M | vim/vimrc | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc @@ -160,6 +160,10 @@ Plug 'jceb/vim-orgmode', { 'for': 'org' } " Rust Plug 'rust-lang/rust.vim', { 'for': 'rust' } + +if has('nvim') + Plug 'neovim/nvim-lspconfig' +endif call plug#end() " quickfix filtering