feat: add jedi-language-server
This commit is contained in:
parent
55d60322b0
commit
24ce299b9d
@ -234,6 +234,7 @@ EOF";
|
||||
terraform-ls
|
||||
nodePackages.typescript-language-server
|
||||
nodePackages.jsdoc
|
||||
python312Packages.jedi-language-server
|
||||
# TODO find a version of the julia package that will install
|
||||
# on darwin and add it as an overlay
|
||||
nil-pkg
|
||||
|
@ -160,6 +160,8 @@ lspconfig.nil_ls.setup {
|
||||
capabilities = caps,
|
||||
}
|
||||
|
||||
lspconfig.jedi_language_server.setup{}
|
||||
|
||||
require('roslyn').setup({
|
||||
-- client, bufnr
|
||||
on_attach = function (_, _)
|
||||
|
Loading…
x
Reference in New Issue
Block a user