Skip to content

Commit 17eed06

Browse files
docs: update configs.md
skip-checks: true
1 parent 0351fe4 commit 17eed06

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

doc/configs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5859,10 +5859,9 @@ Default config:
58595859
- `handlers` :
58605860
```lua
58615861
{
5862-
["language/status"] = <function 1>,
5863-
["textDocument/codeAction"] = <function 2>,
5864-
["textDocument/rename"] = <function 3>,
5865-
["workspace/applyEdit"] = <function 4>
5862+
["textDocument/codeAction"] = <function 1>,
5863+
["textDocument/rename"] = <function 2>,
5864+
["workspace/applyEdit"] = <function 3>
58665865
}
58675866
```
58685867
- `init_options` :

doc/configs.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4203,10 +4203,9 @@ Default config:
42034203
{ "java" }
42044204
- handlers: >lua
42054205
{
4206-
["language/status"] = <function 1>,
4207-
["textDocument/codeAction"] = <function 2>,
4208-
["textDocument/rename"] = <function 3>,
4209-
["workspace/applyEdit"] = <function 4>
4206+
["textDocument/codeAction"] = <function 1>,
4207+
["textDocument/rename"] = <function 2>,
4208+
["workspace/applyEdit"] = <function 3>
42104209
}
42114210
- init_options: >lua
42124211
{

0 commit comments

Comments
 (0)