diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-25 03:35:30 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-08-25 03:35:30 +0000 |
| commit | e844850b3143a1627437f811549fc7d70cfedf05 (patch) | |
| tree | fe5e8a64acb5e3f97cd72eb8946f20460acef135 | |
| parent | ci(lint): require type annotation #4034 (diff) | |
| download | nvim-lspconfig-e844850b3143a1627437f811549fc7d70cfedf05.tar nvim-lspconfig-e844850b3143a1627437f811549fc7d70cfedf05.tar.gz nvim-lspconfig-e844850b3143a1627437f811549fc7d70cfedf05.tar.bz2 nvim-lspconfig-e844850b3143a1627437f811549fc7d70cfedf05.tar.lz nvim-lspconfig-e844850b3143a1627437f811549fc7d70cfedf05.tar.xz nvim-lspconfig-e844850b3143a1627437f811549fc7d70cfedf05.tar.zst nvim-lspconfig-e844850b3143a1627437f811549fc7d70cfedf05.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index ac2065d1..f465e9e9 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2320,7 +2320,7 @@ Default config: } } ``` -- `on_attach`: [../lsp/copilot.lua:78](../lsp/copilot.lua#L78) +- `on_attach`: [../lsp/copilot.lua:79](../lsp/copilot.lua#L79) - `root_markers` : ```lua { ".git" } @@ -13328,7 +13328,7 @@ Default config: ```lua "vue_ls" ``` -- `on_init`: [../lsp/volar.lua:8](../lsp/volar.lua#L8) +- `on_init`: [../lsp/volar.lua:9](../lsp/volar.lua#L9) - `root_markers` : ```lua { "package.json" } diff --git a/doc/configs.txt b/doc/configs.txt index fb85ab04..8e10a41c 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1503,7 +1503,7 @@ Default config: version = "0.12.0-dev+gc1fa3c7c37" } } -- on_attach (use "gF" to view): ../lsp/copilot.lua:78 +- on_attach (use "gF" to view): ../lsp/copilot.lua:79 - root_markers: >lua { ".git" } - settings: >lua @@ -9907,7 +9907,7 @@ Default config: { "vue" } - name: >lua "vue_ls" -- on_init (use "gF" to view): ../lsp/volar.lua:8 +- on_init (use "gF" to view): ../lsp/volar.lua:9 - root_markers: >lua { "package.json" } < |
