docs: update configs.md

skip-checks: true
This commit is contained in:
github-actions[bot] 2026-01-26 23:43:40 +00:00
parent f26fc13c41
commit 54baa4beee
2 changed files with 6 additions and 2 deletions

View File

@ -12125,6 +12125,7 @@ Default config:
```lua
"systemd_lsp"
```
- `on_init`: [../lsp/systemd_ls.lua:6](../lsp/systemd_ls.lua#L6)
---
@ -14003,7 +14004,7 @@ Default config:
```lua
"vue_ls"
```
- `on_init`: [../lsp/volar.lua:9](../lsp/volar.lua#L9)
- `on_init`: [../lsp/volar.lua:6](../lsp/volar.lua#L6)
- `root_markers` :
```lua
{ "package.json" }
@ -14033,6 +14034,7 @@ Default config:
```lua
"vsrocq"
```
- `on_init`: [../lsp/vscoqtop.lua:6](../lsp/vscoqtop.lua#L6)
- `root_markers` :
```lua
{ "_RocqProject", "_CoqProject", ".git" }

View File

@ -8997,6 +8997,7 @@ Default config:
{ "systemd" }
- name: >lua
"systemd_lsp"
- on_init (use "gF" to view): ../lsp/systemd_ls.lua:6
<
------------------------------------------------------------------------------
@ -10457,7 +10458,7 @@ Default config:
{ "vue" }
- name: >lua
"vue_ls"
- on_init (use "gF" to view): ../lsp/volar.lua:9
- on_init (use "gF" to view): ../lsp/volar.lua:6
- root_markers: >lua
{ "package.json" }
<
@ -10478,6 +10479,7 @@ Default config:
{ "coq" }
- name: >lua
"vsrocq"
- on_init (use "gF" to view): ../lsp/vscoqtop.lua:6
- root_markers: >lua
{ "_RocqProject", "_CoqProject", ".git" }
<