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/ale-elm.txt | |
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/ale-elm.txt')
-rw-r--r-- | doc/ale-elm.txt | 18 |
1 files changed, 18 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* |