summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Buchan-Swanson <david.buchanswanson@gmail.com>2019-04-10 23:24:47 -0600
committerw0rp <devw0rp@gmail.com>2019-06-08 23:50:41 +0100
commit92d515c211716b5d046518547dba85f352e944b1 (patch)
treeff4eb876b89c69d0e4ca715767188bcd86f3e080 /doc
parent59829bc194ac95f67396f47fb90048afc70537c8 (diff)
downloadale-92d515c211716b5d046518547dba85f352e944b1.zip
Add support for reason-language-server
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-reasonml.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ale-reasonml.txt b/doc/ale-reasonml.txt
index 426d4c46..89231f4f 100644
--- a/doc/ale-reasonml.txt
+++ b/doc/ale-reasonml.txt
@@ -34,6 +34,22 @@ g:ale_reason_ols_use_global *g:ale_reason_ols_use_global*
executable. See also |ale-integrations-local-executables|.
===============================================================================
+reason-language-server *ale-reasonml-language-server*
+
+ Note: You *must* set an executable - there is no 'default' install location.
+ Go to https://github.com/jaredly/reason-language-server and download the
+ latest release. You can place it anywhere, but ensure you set the executable
+ path.
+
+g:ale_reason_ls_executable *g:ale_reason_ls_executable*
+ *b:ale_reason_ls_executable*
+ Type: |String|
+
+ This variable defines the standard location of the language server
+ executable. This *must* be set.
+
+
+===============================================================================
refmt *ale-reasonml-refmt*
g:ale_reasonml_refmt_executable *g:ale_reasonml_refmt_executable*