diff options
author | Carlos Ramos <carakan@gmail.com> | 2017-10-22 19:44:44 -0400 |
---|---|---|
committer | Carlos Ramos <carakan@gmail.com> | 2017-10-22 19:44:44 -0400 |
commit | be1377f6d7e642a8b56bb0589dc9cc48fc836c13 (patch) | |
tree | a55e95c09e45997a8358e60aaec5cf3f5c86377c /doc | |
parent | 3212278c91bc70d39d1affd6fc86a19ff8cee832 (diff) | |
download | ale-be1377f6d7e642a8b56bb0589dc9cc48fc836c13.zip |
add basic documentation for elixir mix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-elixir.txt | 17 | ||||
-rw-r--r-- | doc/ale.txt | 2 |
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-elixir.txt b/doc/ale-elixir.txt new file mode 100644 index 00000000..a5318c0f --- /dev/null +++ b/doc/ale-elixir.txt @@ -0,0 +1,17 @@ +=============================================================================== +ALE Elixir Integration *ale-elixir-options* + + +=============================================================================== +mix *ale-elixir-mix* + +g:ale_elixir_mix_options *g:ale_elixir_mix_options* + *b:ale_elixir_mix_options* + Type: |String| + Default: `'mix'` + + + This variable can be changed to specify the mix executable. + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index fb0b5a76..b764fe6b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -48,6 +48,8 @@ CONTENTS *ale-contents* dartanalyzer........................|ale-dart-dartanalyzer| dockerfile............................|ale-dockerfile-options| hadolint............................|ale-dockerfile-hadolint| + elixir................................|ale-elixir-options| + mix.................................|ale-elixir-mix| elm...................................|ale-elm-options| elm-format..........................|ale-elm-elm-format| elm-make............................|ale-elm-elm-make| |