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.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ale-lua.txt b/doc/ale-lua.txt
index 62d67324..ee0a8780 100644
--- a/doc/ale-lua.txt
+++ b/doc/ale-lua.txt
@@ -42,14 +42,18 @@ g:ale_lua_language_server_executable *g:ale_lua_language_server_executable*
will be `'/some/path/bin/lua-language-server'`.
-g:ale_lua_lua_language_server_config *g:ale_lua_lua_language_server_config*
- *b:ale_lua_lua_language_server_config*
+g:ale_lua_language_server_config *g:ale_lua_language_server_config*
+ *b:ale_lua_language_server_config*
Type: |Dictionary|
Default: `{}`
Dictionary containing configuration settings that will be passed to the
language server.
+ For available configuration parameters, see `Settings` on the luals wiki:
+
+ https://luals.github.io/wiki/settings/
+
===============================================================================
luac *ale-lua-luac*