feat: add ocmal
This commit is contained in:
parent
610ed948b1
commit
5bafab2e9d
|
@ -52,6 +52,7 @@
|
|||
zls.enable = true;
|
||||
pyright.enable = true;
|
||||
texlab.enable = true;
|
||||
ocamllsp.enable = true;
|
||||
java-language-server.enable = true;
|
||||
nil_ls = {
|
||||
enable = true;
|
||||
|
|
|
@ -17,6 +17,15 @@
|
|||
mumble
|
||||
zotero
|
||||
timer
|
||||
|
||||
ocaml
|
||||
dune_3
|
||||
ocamlformat # formatter
|
||||
ocamlPackages.ocaml-lsp
|
||||
ocamlPackages.utop
|
||||
ocamlPackages.mparser
|
||||
ocamlPackages.ounit2
|
||||
ocamlPackages.qcheck
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue