aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-09-11 03:32:38 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-09-11 03:32:38 +0000
commit17eed06e9d74cbb93763cd11211bda7d77f47392 (patch)
treec9a01cdeb8cf4296800efd564d4133110f10afdd
parentfix(jdtls): remove nonstandard progress handler #4068 (diff)
downloadnvim-lspconfig-17eed06e9d74cbb93763cd11211bda7d77f47392.tar
nvim-lspconfig-17eed06e9d74cbb93763cd11211bda7d77f47392.tar.gz
nvim-lspconfig-17eed06e9d74cbb93763cd11211bda7d77f47392.tar.bz2
nvim-lspconfig-17eed06e9d74cbb93763cd11211bda7d77f47392.tar.lz
nvim-lspconfig-17eed06e9d74cbb93763cd11211bda7d77f47392.tar.xz
nvim-lspconfig-17eed06e9d74cbb93763cd11211bda7d77f47392.tar.zst
nvim-lspconfig-17eed06e9d74cbb93763cd11211bda7d77f47392.zip
docs: update configs.md
skip-checks: true
-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
{