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