diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-28 14:55:07 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-28 14:55:07 +0000 |
| commit | 513fc3e2d1a041f2cf0a6379de2670ec586f4469 (patch) | |
| tree | fdcec7aacab4613b0c31607d6df962ce6932ec7c | |
| parent | feat(lsp/vale-ls): more filetypes #4100 (diff) | |
| download | nvim-lspconfig-513fc3e2d1a041f2cf0a6379de2670ec586f4469.tar nvim-lspconfig-513fc3e2d1a041f2cf0a6379de2670ec586f4469.tar.gz nvim-lspconfig-513fc3e2d1a041f2cf0a6379de2670ec586f4469.tar.bz2 nvim-lspconfig-513fc3e2d1a041f2cf0a6379de2670ec586f4469.tar.lz nvim-lspconfig-513fc3e2d1a041f2cf0a6379de2670ec586f4469.tar.xz nvim-lspconfig-513fc3e2d1a041f2cf0a6379de2670ec586f4469.tar.zst nvim-lspconfig-513fc3e2d1a041f2cf0a6379de2670ec586f4469.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 65a924fd..e2eb1cf9 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2403,11 +2403,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g070f4d3da0" + version = "0.12.0-dev+g7088441de4" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g070f4d3da0" + version = "0.12.0-dev+g7088441de4" } } ``` @@ -13162,7 +13162,7 @@ Default config: ``` - `filetypes` : ```lua - { "markdown", "text", "tex", "rst" } + { "asciidoc", "markdown", "text", "tex", "rst", "html", "xml" } ``` - `root_markers` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index dfa48785..0f71f7ef 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1572,11 +1572,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+g070f4d3da0" + version = "0.12.0-dev+g7088441de4" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+g070f4d3da0" + version = "0.12.0-dev+g7088441de4" } } - on_attach (use "gF" to view): ../lsp/copilot.lua:106 @@ -9785,7 +9785,7 @@ Default config: - cmd: >lua { "vale-ls" } - filetypes: >lua - { "markdown", "text", "tex", "rst" } + { "asciidoc", "markdown", "text", "tex", "rst", "html", "xml" } - root_markers: >lua { ".vale.ini" } < |
