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