aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/configs.md7
-rw-r--r--doc/configs.txt7
2 files changed, 6 insertions, 8 deletions
diff --git a/doc/configs.md b/doc/configs.md
index e60ac2f8..0055cc90 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -5859,10 +5859,9 @@ Default config:
- `handlers` :
```lua
{
- ["language/status"] = <function 1>,
- ["textDocument/codeAction"] = <function 2>,
- ["textDocument/rename"] = <function 3>,
- ["workspace/applyEdit"] = <function 4>
+ ["textDocument/codeAction"] = <function 1>,
+ ["textDocument/rename"] = <function 2>,
+ ["workspace/applyEdit"] = <function 3>
}
```
- `init_options` :
diff --git a/doc/configs.txt b/doc/configs.txt
index aea0c935..c704dcdf 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -4203,10 +4203,9 @@ Default config:
{ "java" }
- handlers: >lua
{
- ["language/status"] = <function 1>,
- ["textDocument/codeAction"] = <function 2>,
- ["textDocument/rename"] = <function 3>,
- ["workspace/applyEdit"] = <function 4>
+ ["textDocument/codeAction"] = <function 1>,
+ ["textDocument/rename"] = <function 2>,
+ ["workspace/applyEdit"] = <function 3>
}
- init_options: >lua
{