File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2401,11 +2401,11 @@ Default config:
2401
2401
{
2402
2402
editorInfo = {
2403
2403
name = "Neovim",
2404
- version = "0.12.0-dev+gb256e0476b "
2404
+ version = "0.12.0-dev+g0be3dee44f "
2405
2405
},
2406
2406
editorPluginInfo = {
2407
2407
name = "Neovim",
2408
- version = "0.12.0-dev+gb256e0476b "
2408
+ version = "0.12.0-dev+g0be3dee44f "
2409
2409
}
2410
2410
}
2411
2411
```
@@ -10044,6 +10044,7 @@ Default config:
10044
10044
formatter = "auto"
10045
10045
}
10046
10046
```
10047
+ - `reuse_client`: [../lsp/ruby_lsp.lua:16](../lsp/ruby_lsp.lua#L16)
10047
10048
- `root_markers` :
10048
10049
```lua
10049
10050
{ "Gemfile", ".git" }
Original file line number Diff line number Diff line change @@ -1564,11 +1564,11 @@ Default config:
1564
1564
{
1565
1565
editorInfo = {
1566
1566
name = "Neovim",
1567
- version = "0.12.0-dev+gb256e0476b "
1567
+ version = "0.12.0-dev+g0be3dee44f "
1568
1568
},
1569
1569
editorPluginInfo = {
1570
1570
name = "Neovim",
1571
- version = "0.12.0-dev+gb256e0476b "
1571
+ version = "0.12.0-dev+g0be3dee44f "
1572
1572
}
1573
1573
}
1574
1574
- on_attach (use "gF" to view): ../lsp/copilot.lua:79
@@ -7403,6 +7403,7 @@ Default config:
7403
7403
{
7404
7404
formatter = "auto"
7405
7405
}
7406
+ - reuse_client (use "gF" to view): ../lsp/ruby_lsp.lua:16
7406
7407
- root_markers: >lua
7407
7408
{ "Gemfile", ".git" }
7408
7409
<
You can’t perform that action at this time.
0 commit comments