summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-02-08 01:14:47 +0000
committerw0rp <devw0rp@gmail.com>2023-02-08 01:14:47 +0000
commitf2a21c960aba61d4ab0a0b50051b29ab8c893249 (patch)
treeb2e338dc61f0e3da1e43a3cd1eb121e441eecc60 /doc
parentda5fa17df1182c3a4a30cc537b21df981f9bf93c (diff)
downloadale-f2a21c960aba61d4ab0a0b50051b29ab8c893249.zip
Add support for lua-language-server
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-lua.txt24
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 26 insertions, 0 deletions
diff --git a/doc/ale-lua.txt b/doc/ale-lua.txt
index 7ee60d0e..62d67324 100644
--- a/doc/ale-lua.txt
+++ b/doc/ale-lua.txt
@@ -28,6 +28,30 @@ g:ale_lua_lua_format_options *g:ale_lua_lua_format_options*
===============================================================================
+lua-language-server *ale-lua-lua-language-server*
+ *ale-lua-language-server*
+
+g:ale_lua_language_server_executable *g:ale_lua_language_server_executable*
+ *b:ale_lua_language_server_executable*
+ Type: |String|
+ Default: `'lua-language-server'`
+
+ This variable can be changed to set the path to lua-language-server.
+
+ If you have compiled the language server yourself in `/some/path`, the path
+ 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*
+ Type: |Dictionary|
+ Default: `{}`
+
+ Dictionary containing configuration settings that will be passed to the
+ language server.
+
+
+===============================================================================
luac *ale-lua-luac*
g:ale_lua_luac_executable *g:ale_lua_luac_executable*
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 705eef41..b84fbdae 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -341,6 +341,7 @@ Notes:
* Lua
* `cspell`
* `lua-format`
+ * `lua-language-server`
* `luac`
* `luacheck`
* `luafmt`
diff --git a/doc/ale.txt b/doc/ale.txt
index afaf098c..1ed74ec5 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3068,6 +3068,7 @@ documented in additional help files.
lua.....................................|ale-lua-options|
cspell................................|ale-lua-cspell|
lua-format............................|ale-lua-lua-format|
+ lua-language-server...................|ale-lua-lua-language-server|
luac..................................|ale-lua-luac|
luacheck..............................|ale-lua-luacheck|
luafmt................................|ale-lua-luafmt|