Add support for reason-language-server

This commit is contained in:
David Buchan-Swanson
2019-04-10 23:24:47 -06:00
committed by w0rp
parent 59829bc194
commit 92d515c211
2 changed files with 37 additions and 0 deletions

View File

@@ -33,6 +33,22 @@ g:ale_reason_ols_use_global *g:ale_reason_ols_use_global*
This variable can be set to `1` to always use the globally installed
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*