From eb6428a51b1a183f0aad46c16d3a61090c777937 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Fri, 31 Dec 2021 10:59:10 -0600 Subject: [PATCH] added comment to nivm LSPconfig explaining needed packages. --- neovim/.config/nvim/lua/LSPconfig.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/.config/nvim/lua/LSPconfig.lua b/neovim/.config/nvim/lua/LSPconfig.lua index bd581f9..1671633 100644 --- a/neovim/.config/nvim/lua/LSPconfig.lua +++ b/neovim/.config/nvim/lua/LSPconfig.lua @@ -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 {