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" } <