Switch pyright for pylsp
This commit is contained in:
@@ -121,7 +121,7 @@ end
|
||||
|
||||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||
-- map buffer local keybindings when the language server attaches
|
||||
local servers = { 'pyright', 'clangd', 'rls', 'tsserver' }
|
||||
local servers = { 'pylsp', 'clangd', 'rls', 'tsserver' }
|
||||
for _, lsp in ipairs(servers) do
|
||||
nvim_lsp[lsp].setup {
|
||||
on_attach = on_attach,
|
||||
|
Reference in New Issue
Block a user