pyls support
This commit is contained in:
parent
e948f32cd5
commit
e9d27bda68
|
@ -39,7 +39,7 @@ function on_attach(client)
|
|||
end
|
||||
end
|
||||
|
||||
local servers = {"tsserver", "cssls", "html"}
|
||||
local servers = {"tsserver", "cssls", "html" , "pyls"}
|
||||
for _, lsp in ipairs(servers) do
|
||||
nvim_lsp[lsp].setup {on_attach = on_attach}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue