LSP - agregado jedi-language-server para python
This commit is contained in:
parent
e3399f5ead
commit
af617c8f36
@ -4,7 +4,7 @@ M.setup_lsp = function(attach, capabilities)
|
||||
local lspconfig = require "lspconfig"
|
||||
|
||||
-- lspserver with default config
|
||||
local servers = { "html", "cssls", "gopls"}
|
||||
local servers = { "html", "cssls", "gopls", "jedi_language_server"}
|
||||
|
||||
for _, lsp in ipairs(servers) do
|
||||
lspconfig[lsp].setup {
|
||||
|
Loading…
Reference in New Issue
Block a user