summaryrefslogtreecommitdiff
path: root/doc/ale-ocaml.txt
diff options
context:
space:
mode:
authorRisto Stevcev <risto1@gmail.com>2021-02-18 15:51:11 +0100
committerGitHub <noreply@github.com>2021-02-18 23:51:11 +0900
commit3ea887d2f4d43dd55d81213517344226f6399ed6 (patch)
treee5c15f7ef4cb7d6167215453cf71905e8808139f /doc/ale-ocaml.txt
parent1ee7f6c97bb73bb6e12f00e527b664c5ea0df167 (diff)
downloadale-3ea887d2f4d43dd55d81213517344226f6399ed6.zip
Added ocamllsp (#3595)
* Added ocamllsp * Update ordering in docs to be alphabetical * Updated expected result in test
Diffstat (limited to 'doc/ale-ocaml.txt')
-rw-r--r--doc/ale-ocaml.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale-ocaml.txt b/doc/ale-ocaml.txt
index 8b644c17..afbc2386 100644
--- a/doc/ale-ocaml.txt
+++ b/doc/ale-ocaml.txt
@@ -11,6 +11,21 @@ merlin *ale-ocaml-merlin*
(https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch).
===============================================================================
+ocamllsp *ale-ocaml-ocamllsp*
+
+ The `ocaml-lsp-server` is the official OCaml implementation of the Language
+ Server Protocol. See the installation instructions:
+ https://github.com/ocaml/ocaml-lsp#installation
+
+g:ale_ocaml_ocamllsp_use_opam *g:ale_ocaml_ocamllsp_use_opam*
+ *b:ale_ocaml_ocamllsp_use_opam*
+ Type: |Number|
+ Default: `get(g:, 'ale_ocaml_ocamllsp_use_opam', 1)`
+
+ This variable can be set to change whether or not opam is used to execute
+ the language server.
+
+===============================================================================
ols *ale-ocaml-ols*
The `ocaml-language-server` is the engine that powers OCaml and ReasonML