Agregado LSP de Python
This commit is contained in:
parent
4e763e0126
commit
749e6a29ec
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -98,7 +98,7 @@ end
|
||||||
|
|
||||||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||||
-- map buffer local keybindings when the language server attaches
|
-- map buffer local keybindings when the language server attaches
|
||||||
local servers = { 'gopls', 'rust_analyzer' }
|
local servers = { 'gopls', 'rust_analyzer', 'pylsp' }
|
||||||
for _, server in ipairs(servers) do
|
for _, server in ipairs(servers) do
|
||||||
lsp[server].setup {
|
lsp[server].setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue