feat: add jedi-language-server

This commit is contained in:
Jeremy Wall 2025-04-22 14:40:12 -04:00
parent 55d60322b0
commit 24ce299b9d
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -160,6 +160,8 @@ lspconfig.nil_ls.setup {
capabilities = caps,
}
lspconfig.jedi_language_server.setup{}
require('roslyn').setup({
-- client, bufnr
on_attach = function (_, _)