summaryrefslogtreecommitdiff
path: root/doc/ale-lua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-lua.txt')
-rw-r--r--doc/ale-lua.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-lua.txt b/doc/ale-lua.txt
index 74d6b94a..b6fab379 100644
--- a/doc/ale-lua.txt
+++ b/doc/ale-lua.txt
@@ -1,6 +1,15 @@
===============================================================================
ALE Lua Integration *ale-lua-options*
+===============================================================================
+luac *ale-lua-luac*
+
+g:ale_lua_luac_executable *g:ale_lua_luac_executable*
+ *b:ale_lua_luac_executable*
+ Type: |String|
+ Default: `'luac'`
+
+ This variable can be changed to change the path to luac.
===============================================================================
luacheck *ale-lua-luacheck*