Used by 1 plugin
This LSP server requires ocamllsp to be installed on your system. Make sure it's available in your PATH before enabling.
/plugin marketplace add krfantasy/alsdiff/plugin install krfantasy-ocaml-lsp-plugins-ocaml-lsp@krfantasy/alsdiffAdd to your .lsp.json or plugin.json:
{
"lspServers": {
"ocaml": {
"command": "ocamllsp",
"extensionToLanguage": {
".ml": "ocaml",
".mli": "ocaml"
}
}
}
}ocamllspstdio