summaryrefslogtreecommitdiff
path: root/doc/ale-reasonml.txt
diff options
context:
space:
mode:
authorMichael Jungo <michaeljungo92@gmail.com>2017-11-11 19:27:41 +0100
committerMichael Jungo <michaeljungo92@gmail.com>2017-11-11 19:27:41 +0100
commitf8fec369e5daa1be9c3b8e580655920422542f75 (patch)
tree956f0e513cf55945bbcc27e556dbad251ea59361 /doc/ale-reasonml.txt
parent9e7c493e7e6a5b7d22502aebda399e93d40a7974 (diff)
downloadale-f8fec369e5daa1be9c3b8e580655920422542f75.zip
Add ocaml-language-server for OCaml and ReasonML
Diffstat (limited to 'doc/ale-reasonml.txt')
-rw-r--r--doc/ale-reasonml.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/ale-reasonml.txt b/doc/ale-reasonml.txt
index d533d856..36ddd75d 100644
--- a/doc/ale-reasonml.txt
+++ b/doc/ale-reasonml.txt
@@ -11,6 +11,29 @@ merlin *ale-reasonml-merlin*
(https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch).
===============================================================================
+ols *ale-reasonml-ols*
+
+ The `ocaml-language-server` is the engine that powers OCaml and ReasonML
+ editor support using the Language Server Protocol. See the installation
+ instructions:
+ https://github.com/freebroccolo/ocaml-language-server#installation
+
+g:ale_reason_ols_executable *g:ale_reason_ols_executable*
+ *b:ale_reason_ols_executable*
+ Type: |String|
+ Default: `'ocaml-language-server'`
+
+ This variable can be set to change the executable path for `ols`.
+
+g:ale_reason_ols_use_global *g:ale_reason_ols_use_global*
+ *b:ale_reason_ols_use_global*
+ Type: |String|
+ Default: `0`
+
+ This variable can be set to `1` to always use the globally installed
+ executable. See also |ale-integrations-local-executables|.
+
+===============================================================================
refmt *ale-reasonml-refmt*
g:ale_reasonml_refmt_executable *g:ale_reasonml_refmt_executable*