diff options
author | cos <cos> | 2023-08-07 22:38:09 +0200 |
---|---|---|
committer | cos <cos> | 2024-09-10 23:31:30 +0200 |
commit | a5724da028879660d8b6b53f4d063a4520f931c9 (patch) | |
tree | 8c0311c95d6aa43f9083e0e0072b8ef60368eee2 | |
parent | a7ef1817b7aa06d0f80952ad530be87ad3c8f6e2 (diff) | |
download | ale-fix/lua-language-server_docs.zip |
Fix lua_language_server_config variable namefix/lua-language-server_docs
Since added in commit f2a21c9, the implementation and documentation has
differed in their naming. The latter has had an additional lua_-prefix.
With this fix, setting the variable as documented actually results in a
'workspace/didChangeConfiguration' method being executed on the luals.
-rw-r--r-- | doc/ale-lua.txt | 8 |
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* |