Skip to content

Commit d89f489

Browse files
docs: update configs.md
skip-checks: true
1 parent 41b04ad commit d89f489

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

doc/configs.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2345,11 +2345,11 @@ Default config:
23452345
{
23462346
editorInfo = {
23472347
name = "Neovim",
2348-
version = "0.12.0-dev+g16018b1117"
2348+
version = "0.12.0-dev+g0f64f0f5b6"
23492349
},
23502350
editorPluginInfo = {
23512351
name = "Neovim",
2352-
version = "0.12.0-dev+g16018b1117"
2352+
version = "0.12.0-dev+g0f64f0f5b6"
23532353
}
23542354
}
23552355
```
@@ -5856,14 +5856,6 @@ Default config:
58565856
```lua
58575857
{ "java" }
58585858
```
5859-
- `handlers` :
5860-
```lua
5861-
{
5862-
["textDocument/codeAction"] = <function 1>,
5863-
["textDocument/rename"] = <function 2>,
5864-
["workspace/applyEdit"] = <function 3>
5865-
}
5866-
```
58675859
- `init_options` :
58685860
```lua
58695861
{

doc/configs.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,11 +1518,11 @@ Default config:
15181518
{
15191519
editorInfo = {
15201520
name = "Neovim",
1521-
version = "0.12.0-dev+g16018b1117"
1521+
version = "0.12.0-dev+g0f64f0f5b6"
15221522
},
15231523
editorPluginInfo = {
15241524
name = "Neovim",
1525-
version = "0.12.0-dev+g16018b1117"
1525+
version = "0.12.0-dev+g0f64f0f5b6"
15261526
}
15271527
}
15281528
- on_attach (use "gF" to view): ../lsp/copilot.lua:79
@@ -4201,12 +4201,6 @@ Default config:
42014201
{ "jdtls", "-configuration", "/home/runner/.cache/jdtls/config", "-data", "/home/runner/.cache/jdtls/workspace" }
42024202
- filetypes: >lua
42034203
{ "java" }
4204-
- handlers: >lua
4205-
{
4206-
["textDocument/codeAction"] = <function 1>,
4207-
["textDocument/rename"] = <function 2>,
4208-
["workspace/applyEdit"] = <function 3>
4209-
}
42104204
- init_options: >lua
42114205
{
42124206
jvm_args = {},

0 commit comments

Comments
 (0)