added comment to nivm LSPconfig explaining needed packages.

This commit is contained in:
Gabe Venberg 2021-12-31 10:59:10 -06:00
parent cefe998261
commit eb6428a51b

View file

@ -34,6 +34,7 @@ end
-- Use a loop to conveniently call 'setup' on multiple servers and
-- 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'}
for _, lsp in ipairs(servers) do
nvim_lsp[lsp].setup {