diff options
Diffstat (limited to 'doc')
| -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 = {}, |
