summaryrefslogtreecommitdiff
path: root/doc
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
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')
-rw-r--r--doc/ale-ocaml.txt15
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 17 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
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index cd99aaf4..71abb0a1 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -329,6 +329,7 @@ Notes:
* OCaml
* `merlin` (see |ale-ocaml-merlin|)
* `ocamlformat`
+ * `ocamllsp`
* `ocp-indent`
* `ols`
* OpenApi
diff --git a/doc/ale.txt b/doc/ale.txt
index 247228a7..3031cd1b 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2843,6 +2843,7 @@ documented in additional help files.
uncrustify............................|ale-objcpp-uncrustify|
ocaml...................................|ale-ocaml-options|
merlin................................|ale-ocaml-merlin|
+ ocamllsp..............................|ale-ocaml-ocamllsp|
ols...................................|ale-ocaml-ols|
ocamlformat...........................|ale-ocaml-ocamlformat|
ocp-indent............................|ale-ocaml-ocp-indent|