mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/lsp: add ocamllsp, the language server for OCaml (#1233)
This commit is contained in:
parent
cd32dcd50f
commit
ba5a0b84e1
3 changed files with 7 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
|||
nil_ls.enable = true;
|
||||
nixd.enable = true;
|
||||
nushell.enable = true;
|
||||
ocamllsp.enable = true;
|
||||
ols.enable =
|
||||
# ols is not supported on aarch64-linux
|
||||
(pkgs.stdenv.hostPlatform.system != "aarch64-linux")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue