diff options
author | w0rp <devw0rp@gmail.com> | 2017-03-28 23:25:44 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-03-28 23:25:44 +0100 |
commit | d7f8324c3c9b9eb6ea49591fc4fa37948996170d (patch) | |
tree | 8a342445f96fbbb904895babba106139c7dc22a2 /doc/ale-lua.txt | |
parent | 094eeb267397acdc7eb35498f06088aec1eb339a (diff) | |
download | ale-d7f8324c3c9b9eb6ea49591fc4fa37948996170d.zip |
Move linter documentation into separate files
Diffstat (limited to 'doc/ale-lua.txt')
-rw-r--r-- | doc/ale-lua.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/ale-lua.txt b/doc/ale-lua.txt new file mode 100644 index 00000000..b87403ee --- /dev/null +++ b/doc/ale-lua.txt @@ -0,0 +1,17 @@ +=============================================================================== +ALE Lua Integration *ale-lua-options* + + +------------------------------------------------------------------------------- +4.12. luacheck *ale-lua-luacheck* + +g:ale_lua_luacheck_executable *g:ale_lua_luacheck_executable* + + Type: |String| + Default: `'luacheck'` + + This variable can be changed to change the path to luacheck. + + +------------------------------------------------------------------------------- + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |