replace pyls with pyright
This commit is contained in:
parent
58443f6d97
commit
f5c59c574a
2 changed files with 18 additions and 28 deletions
|
@ -39,7 +39,7 @@ function on_attach(client)
|
|||
end
|
||||
end
|
||||
|
||||
local servers = {"tsserver", "cssls", "html" , "pyls"}
|
||||
local servers = {"tsserver", "cssls", "html" , "pyright"}
|
||||
for _, lsp in ipairs(servers) do
|
||||
nvim_lsp[lsp].setup {on_attach = on_attach}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue