summaryrefslogtreecommitdiff
path: root/doc/ale-elm.txt
diff options
context:
space:
mode:
authorandys8 <andys8@users.noreply.github.com>2019-06-21 20:07:23 +0200
committerandys8 <andys8@users.noreply.github.com>2019-06-21 20:10:23 +0200
commit0843efc7a5010cd1aa0875a0254b466db9f7fc4a (patch)
tree0009906d810a95ff21bc529b10d8e00624287acd /doc/ale-elm.txt
parent65ba4b85ec3011cccb9ea7135183e7fc8d7a0d69 (diff)
downloadale-0843efc7a5010cd1aa0875a0254b466db9f7fc4a.zip
Update elm-ls
* elm_lsp is now elm_ls * The binary published by @elm-tooling is elm-language-server Updates tests, docs and adds more options to the plugin.
Diffstat (limited to 'doc/ale-elm.txt')
-rw-r--r--doc/ale-elm.txt38
1 files changed, 31 insertions, 7 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|