nvim: lsp: Enable python language server
This commit is contained in:
parent
eff13b5225
commit
7360f65e2f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ local on_attach = function(client, bufnr)
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
local servers = { 'hls', 'rust_analyzer' }
|
local servers = { 'hls', 'rust_analyzer', 'pyls' }
|
||||||
for _, lsp in ipairs(servers) do
|
for _, lsp in ipairs(servers) do
|
||||||
nvim_lsp[lsp].setup {
|
nvim_lsp[lsp].setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
|
|
Loading…
Reference in a new issue