pyls support

This commit is contained in:
siduck76 2021-04-06 08:30:07 +05:30
parent e948f32cd5
commit e9d27bda68
1 changed files with 1 additions and 1 deletions

View File

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