Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita083d58

Browse files
authored
Fix lua_language_server_config variable name (#5025)
Since added in commitf2a21c9, the implementation and documentation hasdiffered 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.Adding a reference to the documentation of which configurations the lspsupports doesn't hurt, so that's done too.Co-authored-by: cos <cos>
1 parent3539f39 commita083d58

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

‎doc/ale-lua.txt‎

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,22 @@ g:ale_lua_language_server_executable
4949
If you have compiled the language server yourself in`/some/path`, the path
5050
will be`'/some/path/bin/lua-language-server'`.
5151

52-
*ale-options.lua_lua_language_server_config*
53-
*g:ale_lua_lua_language_server_config*
54-
*b:ale_lua_lua_language_server_config*
55-
lua_lua_language_server_config
56-
g:ale_lua_lua_language_server_config
52+
*ale-options.lua_language_server_config*
53+
*g:ale_lua_language_server_config*
54+
*b:ale_lua_language_server_config*
55+
lua_language_server_config
56+
g:ale_lua_language_server_config
57+
5758
Type:|Dictionary|
5859
Default:`{}`
5960

6061
Dictionary containing configuration settings that will be passed to the
6162
language server.
6263

64+
For available configuration parameters, see`Settings` on the luals wiki:
65+
66+
https://luals.github.io/wiki/settings/
67+
6368

6469
===============================================================================
6570
luac*ale-lua-luac*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp