summaryrefslogtreecommitdiff
path: root/doc/ale-elm.txt
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/ale-elm.txt
parentc11d2ae375399ea935e3c2e36e812e8a727ffd99 (diff)
downloadale-18a7d32c4cc77d0eaa9ff860f86a307d0baafa09.zip
Elm local install support (#915)
* Add Elm support for npm local installation
Diffstat (limited to 'doc/ale-elm.txt')
-rw-r--r--doc/ale-elm.txt18
1 files changed, 18 insertions, 0 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: