Browse Source

Missed the LSP-Config in the submodules

master
Julio Biason 2 years ago
parent
commit
6370830c5e
  1. 3
      .gitmodules

3
.gitmodules vendored

@ -10,3 +10,6 @@
[submodule "nvim/pack/plugins/start/vim-commentary"]
path = nvim/pack/plugins/start/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "nvim/pack/plugins/start/nvim-lspconfig"]
path = nvim/pack/plugins/start/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig.git

Loading…
Cancel
Save