Switch pyright for pylsp

This commit is contained in:
Augusto Gunsch 2021-10-29 20:22:35 -03:00
parent ef3df20a6c
commit eba93b835e
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

View File

@ -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,