diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-28 12:11:12 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-04-28 12:11:12 +0000 |
| commit | b90d6c46de91716c09d3a043a42948e2c2428a78 (patch) | |
| tree | b210db13edd3f8e7a2af2b2a6c721cf070788dc7 | |
| parent | fix: improve typescript server path search for ts-dependent lsp #3795 (diff) | |
| download | nvim-lspconfig-b90d6c46de91716c09d3a043a42948e2c2428a78.tar nvim-lspconfig-b90d6c46de91716c09d3a043a42948e2c2428a78.tar.gz nvim-lspconfig-b90d6c46de91716c09d3a043a42948e2c2428a78.tar.bz2 nvim-lspconfig-b90d6c46de91716c09d3a043a42948e2c2428a78.tar.lz nvim-lspconfig-b90d6c46de91716c09d3a043a42948e2c2428a78.tar.xz nvim-lspconfig-b90d6c46de91716c09d3a043a42948e2c2428a78.tar.zst nvim-lspconfig-b90d6c46de91716c09d3a043a42948e2c2428a78.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 6 | ||||
| -rw-r--r-- | doc/configs.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md index bdfe8a03..dedfa8f3 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -853,7 +853,7 @@ vim.lsp.enable('astro') ``` Default config: -- `before_init`: [../lsp/astro.lua:15](../lsp/astro.lua#L15) +- `before_init`: [../lsp/astro.lua:12](../lsp/astro.lua#L12) - `cmd` : ```lua { "astro-ls", "--stdio" } @@ -6390,7 +6390,7 @@ vim.lsp.enable('mdx_analyzer') ``` Default config: -- `before_init`: [../lsp/mdx_analyzer.lua:11](../lsp/mdx_analyzer.lua#L11) +- `before_init`: [../lsp/mdx_analyzer.lua:8](../lsp/mdx_analyzer.lua#L8) - `cmd` : ```lua { "mdx-language-server", "--stdio" } @@ -12623,7 +12623,7 @@ vim.lsp.enable('volar') ``` Default config: -- `before_init`: [../lsp/volar.lua:88](../lsp/volar.lua#L88) +- `before_init`: [../lsp/volar.lua:85](../lsp/volar.lua#L85) - `cmd` : ```lua { "vue-language-server", "--stdio" } diff --git a/doc/configs.txt b/doc/configs.txt index 2589184b..101e2e06 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -397,7 +397,7 @@ Snippet to enable the language server: >lua Default config: -- before_init (use "gF" to view): ../lsp/astro.lua:15 +- before_init (use "gF" to view): ../lsp/astro.lua:12 - cmd: >lua { "astro-ls", "--stdio" } - filetypes: >lua @@ -4614,7 +4614,7 @@ Snippet to enable the language server: >lua Default config: -- before_init (use "gF" to view): ../lsp/mdx_analyzer.lua:11 +- before_init (use "gF" to view): ../lsp/mdx_analyzer.lua:8 - cmd: >lua { "mdx-language-server", "--stdio" } - filetypes: >lua @@ -9370,7 +9370,7 @@ Snippet to enable the language server: >lua Default config: -- before_init (use "gF" to view): ../lsp/volar.lua:88 +- before_init (use "gF" to view): ../lsp/volar.lua:85 - cmd: >lua { "vue-language-server", "--stdio" } - filetypes: >lua |
