summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-07-29 21:56:27 +0100
committerGitHub <noreply@github.com>2019-07-29 21:56:27 +0100
commitb1230873b6c2044864b3ea2302b8521670fa4137 (patch)
tree2b5ff7b3b2019cb6258333dd7fa5811ad3063255 /doc
parent4fe7402e89b1af299c72936df15c5b9385ddbbed (diff)
parentfa5aecc250370b4be56b65601ebecbd1e9521046 (diff)
downloadale-b1230873b6c2044864b3ea2302b8521670fa4137.zip
Merge pull request #2612 from andys8/feature/elm-language-server-update
Update elm-ls
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-elm.txt38
-rw-r--r--doc/ale.txt2
2 files changed, 32 insertions, 8 deletions
diff --git a/doc/ale-elm.txt b/doc/ale-elm.txt
index bb7a6132..823b53e1 100644
--- a/doc/ale-elm.txt
+++ b/doc/ale-elm.txt
@@ -29,20 +29,44 @@ g:ale_elm_format_options *g:ale_elm_format_options*
This variable can be set to pass additional options to elm-format.
===============================================================================
-elm-lsp *ale-elm-elm-lsp*
+elm-ls *ale-elm-elm-ls*
-g:ale_elm_lsp_executable *g:ale_elm_lsp_executable*
- *b:ale_elm_lsp_executable*
+g:ale_elm_ls_executable *g:ale_elm_ls_executable*
+ *b:ale_elm_ls_executable*
Type: |String|
- Default: `'elm-lsp'`
+ Default: `'elm-language-server'`
See |ale-integrations-local-executables|
-g:ale_elm_lsp_use_global *g:ale_elm_lsp_use_global*
- *b:ale_elm_lsp_use_global*
+g:ale_elm_ls_use_global *g:ale_elm_ls_use_global*
+ *b:ale_elm_ls_use_global*
Type: |Number|
- Default: `get(g:, 'ale_use_global_executables', 0)`
+ Default: `get(g:, 'ale_use_global_executables', 1)`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_elm_ls_elm_path *g:ale_elm_ls_elm_path*
+ *b:ale_elm_ls_elm_path*
+ Type: |String|
+ Default: `'elm'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_elm_ls_elm_format_path *g:ale_elm_ls_elm_format_path*
+ *b:ale_elm_ls_elm_format_path*
+ Type: |String|
+ Default: `'elm-format'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_elm_ls_elm_test_path *g:ale_elm_ls_elm_test_path*
+ *b:ale_elm_ls_elm_test_path*
+ Type: |String|
+ Default: `'elm-test'`
See |ale-integrations-local-executables|
diff --git a/doc/ale.txt b/doc/ale.txt
index cc21750c..5820bb20 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2003,7 +2003,7 @@ documented in additional help files.
credo.................................|ale-elixir-credo|
elm.....................................|ale-elm-options|
elm-format............................|ale-elm-elm-format|
- elm-lsp...............................|ale-elm-elm-lsp|
+ elm-ls................................|ale-elm-elm-ls|
elm-make..............................|ale-elm-elm-make|
erlang..................................|ale-erlang-options|
dialyzer..............................|ale-erlang-dialyzer|