diff options
author | Sorin Iclanzan <sorin@iclanzan.com> | 2019-08-12 11:49:19 -0400 |
---|---|---|
committer | Sorin Iclanzan <sorin@iclanzan.com> | 2019-08-12 11:49:19 -0400 |
commit | f89b49a014bb3f5cf0c6820e8b3f4347292b4a06 (patch) | |
tree | 5a9895016ae8b5bf987fa97d1a58a8ab9536ec02 /doc | |
parent | dd1e1025b8a9b13cb7966bf2baa3e6b42a862857 (diff) | |
download | ale-f89b49a014bb3f5cf0c6820e8b3f4347292b4a06.zip |
Add purty fixer.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-purescript.txt | 9 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/doc/ale-purescript.txt b/doc/ale-purescript.txt index 33fd2429..e809f2c9 100644 --- a/doc/ale-purescript.txt +++ b/doc/ale-purescript.txt @@ -30,4 +30,13 @@ g:ale_purescript_ls_config g:ale_purescript_ls_config \ } \} =============================================================================== +purty *ale-purescript-purty* + +g:ale_purescript_purty_executable *g:ale_purescript_purty_executable* + *b:ale_purescript_purty_executable* + Type: |String| + Default: `'purty'` + + This variable can be changed to use a different executable for purty. +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index d39aaf7e..a1e932a8 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -341,6 +341,7 @@ Notes: * `puppet-lint` * PureScript * `purescript-language-server` + * `purty` * Python * `autopep8` * `bandit` diff --git a/doc/ale.txt b/doc/ale.txt index 5541236f..a01bf632 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2233,6 +2233,7 @@ documented in additional help files. puppet-languageserver.................|ale-puppet-languageserver| purescript..............................|ale-purescript-options| purescript-language-server............|ale-purescript-language-server| + purty.................................|ale-purescript-purty| pyrex (cython)..........................|ale-pyrex-options| cython................................|ale-pyrex-cython| python..................................|ale-python-options| |