diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-11 22:39:23 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-11 22:39:23 +0000 |
| commit | d89f4891f0720cd2598e4bdd60010d8784b2ac8a (patch) | |
| tree | 888f359b3befa6beb4a70e6885718503b5a8378a | |
| parent | fix(jdtls): remove nonstandard WorkspaceEdit version handlers #4071 (diff) | |
| download | nvim-lspconfig-d89f4891f0720cd2598e4bdd60010d8784b2ac8a.tar nvim-lspconfig-d89f4891f0720cd2598e4bdd60010d8784b2ac8a.tar.gz nvim-lspconfig-d89f4891f0720cd2598e4bdd60010d8784b2ac8a.tar.bz2 nvim-lspconfig-d89f4891f0720cd2598e4bdd60010d8784b2ac8a.tar.lz nvim-lspconfig-d89f4891f0720cd2598e4bdd60010d8784b2ac8a.tar.xz nvim-lspconfig-d89f4891f0720cd2598e4bdd60010d8784b2ac8a.tar.zst nvim-lspconfig-d89f4891f0720cd2598e4bdd60010d8784b2ac8a.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 12 | ||||
| -rw-r--r-- | doc/configs.txt | 10 |
2 files changed, 4 insertions, 18 deletions
diff --git a/doc/configs.md b/doc/configs.md index 823f8a38..2389c6a9 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2345,11 +2345,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g16018b1117" + version = "0.12.0-dev+g0f64f0f5b6" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g16018b1117" + version = "0.12.0-dev+g0f64f0f5b6" } } ``` @@ -5856,14 +5856,6 @@ Default config: ```lua { "java" } ``` -- `handlers` : - ```lua - { - ["textDocument/codeAction"] = <function 1>, - ["textDocument/rename"] = <function 2>, - ["workspace/applyEdit"] = <function 3> - } - ``` - `init_options` : ```lua { diff --git a/doc/configs.txt b/doc/configs.txt index aad6d170..0fb7126c 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1518,11 +1518,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g16018b1117" + version = "0.12.0-dev+g0f64f0f5b6" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g16018b1117" + version = "0.12.0-dev+g0f64f0f5b6" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:79 @@ -4201,12 +4201,6 @@ Default config: { "jdtls", "-configuration", "/home/runner/.cache/jdtls/config", "-data", "/home/runner/.cache/jdtls/workspace" } - filetypes: >lua { "java" } -- handlers: >lua - { - ["textDocument/codeAction"] = <function 1>, - ["textDocument/rename"] = <function 2>, - ["workspace/applyEdit"] = <function 3> - } - init_options: >lua { jvm_args = {}, |
