summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément DOUIN <clement.douin@gmail.com>2017-09-10 13:58:42 +0200
committerw0rp <w0rp@users.noreply.github.com>2017-09-10 12:58:42 +0100
commit18a7d32c4cc77d0eaa9ff860f86a307d0baafa09 (patch)
tree2c32d2884282305ed41931e6b53d7f0ab56ea0df /doc
parentc11d2ae375399ea935e3c2e36e812e8a727ffd99 (diff)
downloadale-18a7d32c4cc77d0eaa9ff860f86a307d0baafa09.zip
Elm local install support (#915)
* Add Elm support for npm local installation
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-elm.txt18
-rw-r--r--doc/ale.txt2
2 files changed, 19 insertions, 1 deletions
diff --git a/doc/ale-elm.txt b/doc/ale-elm.txt
index 9331575b..dff781cf 100644
--- a/doc/ale-elm.txt
+++ b/doc/ale-elm.txt
@@ -29,4 +29,22 @@ g:ale_elm_format_options *g:ale_elm_format_options*
This variable can be set to pass additional options to elm-format.
===============================================================================
+elm-make *ale-elm-make*
+
+g:ale_elm_make_executable *g:ale_elm_make_executable*
+ *b:ale_elm_make_executable*
+ Type: |String|
+ Default: `'elm-make'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_elm_make_use_global *g:ale_elm_make_use_global*
+ *b:ale_elm_make_use_global*
+ Type: |Number|
+ Default: `0`
+
+ See |ale-integrations-local-executables|
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale.txt b/doc/ale.txt
index ff02f7a6..a061f012 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -217,7 +217,7 @@ Notes:
* Dart: `dartanalyzer`
* Dockerfile: `hadolint`
* Elixir: `credo`, `dogma`!!
-* Elm: `elm-make, elm-format`
+* Elm: `elm-format, elm-make`
* Erb: `erb`, `erubis`
* Erlang: `erlc`, `SyntaxErl`
* Fortran: `gcc`