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

View File

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

6
nix/darwin/flake.lock generated
View File

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