aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-28 14:55:07 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-10-28 14:55:07 +0000
commit513fc3e2d1a041f2cf0a6379de2670ec586f4469 (patch)
treefdcec7aacab4613b0c31607d6df962ce6932ec7c /doc/configs.md
parentfeat(lsp/vale-ls): more filetypes #4100 (diff)
downloadnvim-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
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md6
1 files changed, 3 insertions, 3 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