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

3
.gitmodules vendored
View file

@ -43,3 +43,6 @@
[submodule "nvim/.config/nvim/pack/bundle/opt/vim-repeat"] [submodule "nvim/.config/nvim/pack/bundle/opt/vim-repeat"]
path = nvim/.config/nvim/pack/bundle/opt/vim-repeat path = nvim/.config/nvim/pack/bundle/opt/vim-repeat
url = https://github.com/tpope/vim-repeat url = https://github.com/tpope/vim-repeat
[submodule "nvim/.config/nvim/pack/bundle/opt/nvim-lspconfig"]
path = nvim/.config/nvim/pack/bundle/opt/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig/

View file

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

@ -0,0 +1 @@
Subproject commit 60133c47e0fd82556d7ca092546ebfa8d047466e