add jedi-language-server config
This commit is contained in:
parent
dcee5c19b2
commit
fda3d3ea1f
2 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,7 @@ require("mason-lspconfig").setup({
|
||||||
"bashls",
|
"bashls",
|
||||||
"pyright",
|
"pyright",
|
||||||
"pylsp",
|
"pylsp",
|
||||||
|
"python-jedi-server",
|
||||||
--"pyre",
|
--"pyre",
|
||||||
"perlnavigator",
|
"perlnavigator",
|
||||||
"dockerls",
|
"dockerls",
|
||||||
|
|
|
@ -237,3 +237,7 @@ require 'lspconfig'.marksman.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
}
|
}
|
||||||
|
require'lspconfig'.jedi_language_server.setup{
|
||||||
|
on_attach = on_attach,
|
||||||
|
capabilities = capabilities,
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue