diff options
author | Robert Liebowitz <rliebz@gmail.com> | 2021-07-03 05:50:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 18:50:48 +0900 |
commit | 0d90cb64c6d14177f6915649243d272e1308dfaf (patch) | |
tree | 1fc1c1d831f966fb1134baad471e518f25b9adc7 /doc | |
parent | b749ec702af29fb4d8a550c585704b3b351134d9 (diff) | |
download | ale-0d90cb64c6d14177f6915649243d272e1308dfaf.zip |
Add stylua fixer for lua (#3789)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-lua.txt | 20 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
3 files changed, 22 insertions, 0 deletions
diff --git a/doc/ale-lua.txt b/doc/ale-lua.txt index 408f0c3c..db7c0924 100644 --- a/doc/ale-lua.txt +++ b/doc/ale-lua.txt @@ -46,5 +46,25 @@ g:ale_lua_luafmt_options *g:ale_lua_luafmt_options* Default: `''` This variable can be set to pass additional options to the luafmt fixer. + + +=============================================================================== +stylua *ale-lua-stylua* + +g:ale_lua_stylua_executable *g:ale_lua_stylua_executable* + *b:ale_lua_stylua_executable* + Type: |String| + Default: `'stylua'` + + This variable can be set to use a different executable for stylua. + +g:ale_lua_stylua_options *g:ale_lua_stylua_options* + *b:ale_lua_stylua_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to the stylua fixer. + + =============================================================================== 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 4a901488..71fb64b8 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -288,6 +288,7 @@ Notes: * `luac` * `luacheck` * `luafmt` + * `stylua` * Mail * `alex`!! * `languagetool`!! diff --git a/doc/ale.txt b/doc/ale.txt index a126f360..6c6a363e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2843,6 +2843,7 @@ documented in additional help files. luac..................................|ale-lua-luac| luacheck..............................|ale-lua-luacheck| luafmt................................|ale-lua-luafmt| + stylua................................|ale-lua-stylua| markdown................................|ale-markdown-options| markdownlint..........................|ale-markdown-markdownlint| mdl...................................|ale-markdown-mdl| |