added comment to nivm LSPconfig explaining needed packages.
This commit is contained in:
parent
cefe998261
commit
eb6428a51b
|
@ -34,6 +34,7 @@ end
|
||||||
|
|
||||||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||||
-- map buffer local keybindings when the language server attaches
|
-- map buffer local keybindings when the language server attaches
|
||||||
|
-- the packages for these servers are: pyright, rust-analyzer, texlab, and lua-language-server
|
||||||
local servers = { 'pyright', 'rust_analyzer', 'texlab'}
|
local servers = { 'pyright', 'rust_analyzer', 'texlab'}
|
||||||
for _, lsp in ipairs(servers) do
|
for _, lsp in ipairs(servers) do
|
||||||
nvim_lsp[lsp].setup {
|
nvim_lsp[lsp].setup {
|
||||||
|
|
Loading…
Reference in a new issue