feat: Add plugin to automatically download LSP servers

Added a Neovim plugin to automatically download and update LSP servers
that run with Neovim's native LSP client.
This commit is contained in:
Dionisio E Alonso 2022-08-09 19:39:40 -03:00
parent 089d064c5c
commit 0deac9eed5
2 changed files with 6 additions and 0 deletions

5
.gitmodules vendored
View File

@ -64,6 +64,11 @@
url = https://github.com/onsails/lspkind-nvim.git
shallow = true
ignore = all
[submodule "nvim/pack/lsp/start/mason-lspconfig.nvim"]
path = nvim/pack/lsp/start/mason-lspconfig.nvim
url = https://github.com/williamboman/mason-lspconfig.nvim.git
shallow = true
ignore = all
[submodule "nvim/pack/misc/start/nvim-treesitter"]
path = nvim/pack/misc/start/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git

@ -0,0 +1 @@
Subproject commit 3cbd87f0824a88f61b3b8b986fa77428bbad4427