diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-03-25 21:41:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 21:41:33 +0000 |
commit | 8768a309b8ef1c2e819dcb6f4630f73acab59792 (patch) | |
tree | 81161ed835dde269fb94df88ceb7fa40b0f775a2 /doc | |
parent | ad998211f892cdbfac6df3ab296a4d1b849f4086 (diff) | |
parent | 8ec96154000031e59d96092efe1ee9fd104ffcd0 (diff) | |
download | ale-8768a309b8ef1c2e819dcb6f4630f73acab59792.zip |
Merge pull request #2378 from antew/feature/elm-lsp-linter
Elm: Support for elm-lsp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-elm.txt | 18 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 2 |
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/ale-elm.txt b/doc/ale-elm.txt index de7d8939..bb7a6132 100644 --- a/doc/ale-elm.txt +++ b/doc/ale-elm.txt @@ -29,6 +29,24 @@ 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* + +g:ale_elm_lsp_executable *g:ale_elm_lsp_executable* + *b:ale_elm_lsp_executable* + Type: |String| + Default: `'elm-lsp'` + + See |ale-integrations-local-executables| + + +g:ale_elm_lsp_use_global *g:ale_elm_lsp_use_global* + *b:ale_elm_lsp_use_global* + Type: |Number| + Default: `get(g:, 'ale_use_global_executables', 0)` + + See |ale-integrations-local-executables| + +=============================================================================== elm-make *ale-elm-elm-make* g:ale_elm_make_executable *g:ale_elm_make_executable* diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index d3409384..9be28f87 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -118,6 +118,7 @@ Notes: * `mix`!! * Elm * `elm-format` + * `elm-lsp` * `elm-make` * Erb * `erb` diff --git a/doc/ale.txt b/doc/ale.txt index 3812c92d..f3ceacdb 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -122,6 +122,7 @@ ALE supports the following key features for linting: credo...............................|ale-elixir-credo| elm...................................|ale-elm-options| elm-format..........................|ale-elm-elm-format| + elm-lsp.............................|ale-elm-elm-lsp| elm-make............................|ale-elm-elm-make| erlang................................|ale-erlang-options| erlc................................|ale-erlang-erlc| @@ -2260,6 +2261,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-make..............................|ale-elm-elm-make| erlang..................................|ale-erlang-options| erlc..................................|ale-erlang-erlc| |