VIM: Adds lsp config submodule
This commit is contained in:
parent
7c8d0127ea
commit
807981701e
3 changed files with 7 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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/
|
||||||
|
|
|
@ -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
|
||||||
|
|
1
nvim/.config/nvim/pack/bundle/opt/nvim-lspconfig
Submodule
1
nvim/.config/nvim/pack/bundle/opt/nvim-lspconfig
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 60133c47e0fd82556d7ca092546ebfa8d047466e
|
Loading…
Add table
Add a link
Reference in a new issue