aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-01-26 23:43:40 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-01-26 23:43:40 +0000
commit54baa4beeeabed24be24379d5b3ce402fe7b5208 (patch)
tree270e5cab68f95f7b383f315227662594b1709686 /doc
parentfix: show deprecation messages on_init #4269 (diff)
downloadnvim-lspconfig-54baa4beeeabed24be24379d5b3ce402fe7b5208.tar
nvim-lspconfig-54baa4beeeabed24be24379d5b3ce402fe7b5208.tar.gz
nvim-lspconfig-54baa4beeeabed24be24379d5b3ce402fe7b5208.tar.bz2
nvim-lspconfig-54baa4beeeabed24be24379d5b3ce402fe7b5208.tar.lz
nvim-lspconfig-54baa4beeeabed24be24379d5b3ce402fe7b5208.tar.xz
nvim-lspconfig-54baa4beeeabed24be24379d5b3ce402fe7b5208.tar.zst
nvim-lspconfig-54baa4beeeabed24be24379d5b3ce402fe7b5208.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md4
-rw-r--r--doc/configs.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 16417a25..630ba43c 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -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" }
diff --git a/doc/configs.txt b/doc/configs.txt
index df8729e0..3da05d43 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -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" }
<