aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md12
1 files changed, 2 insertions, 10 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
{