julia nvim support

This commit is contained in:
Jeremy Wall 2023-07-30 15:15:42 -04:00
parent 7c1e891eeb
commit aede76f8b3
3 changed files with 13 additions and 3 deletions

View File

@ -74,6 +74,7 @@
trouble-nvim
nightfox-nvim
melange-nvim
julia-vim # TODO I should get julia language server support set up instead.
] ++ (with nvim-treesitter-parsers; [
rust
lua
@ -85,6 +86,9 @@
css
nix
latex
ocaml
tlaplus
julia
]);
};
};
@ -143,6 +147,9 @@
powershell
rust-analyzer
datasette
ocaml
opam
ocamlPackages.lsp
# TODO add sonic-pi here if it supports the arch
]) ++ [
sile

View File

@ -27,6 +27,9 @@ lspconfig.omnisharp.setup {
end,
}
--ocaml
lspconfig.ocamllsp.setup{}
-- Java language server support
lspconfig.java_language_server.setup{}

6
nix/darwin/flake.lock generated
View File

@ -34,12 +34,12 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-mSR27Uvj6+MO1Oq0w44tCqDWRx2yCI/s4E4N7PUB1U4=",
"path": "/nix/store/gzg5zsk4prhasdvgzgiipg8bx1wwk2br-source/nix/base-system",
"narHash": "sha256-ARlBbx9xYaVYX1uk/WOI+68LM3ISdb6HfTWJt/B/aoA=",
"path": "/nix/store/q121yq9hbgn3m81ffgbsrlq400wh88af-source/nix/base-system",
"type": "path"
},
"original": {
"path": "/nix/store/gzg5zsk4prhasdvgzgiipg8bx1wwk2br-source/nix/base-system",
"path": "/nix/store/q121yq9hbgn3m81ffgbsrlq400wh88af-source/nix/base-system",
"type": "path"
}
},