VIM: Adds lsp config submodule

This commit is contained in:
Jonathan Hodgson 2020-09-26 17:49:45 +01:00
parent 7c8d0127ea
commit 807981701e
3 changed files with 7 additions and 0 deletions

View file

@ -10,6 +10,9 @@ if has('packages')
packadd! vim-surround
packadd! vim-tridactyl
packadd! vim-vinegar
if has('nvim')
packadd! nvim-lspconfig
endif
endif
" Enables filetype detection as well as filetype specific indent rules and