diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-11 03:32:38 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-11 03:32:38 +0000 |
| commit | 17eed06e9d74cbb93763cd11211bda7d77f47392 (patch) | |
| tree | c9a01cdeb8cf4296800efd564d4133110f10afdd | |
| parent | fix(jdtls): remove nonstandard progress handler #4068 (diff) | |
| download | nvim-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.md | 7 | ||||
| -rw-r--r-- | doc/configs.txt | 7 |
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 { |
