mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-05 16:46:11 +02:00
docs: update configs.md
skip-checks: true
This commit is contained in:
parent
f26fc13c41
commit
54baa4beee
@ -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" }
|
||||
|
||||
@ -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" }
|
||||
<
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user