diff options
author | Alex Masterov <alex.masterow@gmail.com> | 2017-04-29 08:57:08 +0300 |
---|---|---|
committer | Alex Masterov <alex.masterow@gmail.com> | 2017-04-29 08:58:35 +0300 |
commit | 9cea7801210cf79bbd08f9a2e99c4e0cbfe9ae1f (patch) | |
tree | 4ed7a11717133ff897573af740cc5248f6a0a854 /doc | |
parent | e417dafa780aa62b5b5aed53956bd73a524f9758 (diff) | |
download | ale-9cea7801210cf79bbd08f9a2e99c4e0cbfe9ae1f.zip |
Add luacheck option to pass in more options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-lua.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale-lua.txt b/doc/ale-lua.txt index 760e0884..6e441e6e 100644 --- a/doc/ale-lua.txt +++ b/doc/ale-lua.txt @@ -13,5 +13,13 @@ g:ale_lua_luacheck_executable *g:ale_lua_luacheck_executable* This variable can be changed to change the path to luacheck. +g:ale_lua_luacheck_options *g:ale_lua_luacheck_options* + *b:ale_lua_luacheck_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to luacheck. + + ------------------------------------------------------------------------------- vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |