aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-15 07:16:13 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-15 07:16:13 +0000
commitf3979663c9c8cd9ad258344b9cfb5ad83cff61c1 (patch)
tree38c5aaf9684456fa51a7bdd191b9c0df4198bf0f /doc/configs.md
parentfix(ltex_plus): asciidoc is added to enabled languages (#4239) (diff)
downloadnvim-lspconfig-f3979663c9c8cd9ad258344b9cfb5ad83cff61c1.tar
nvim-lspconfig-f3979663c9c8cd9ad258344b9cfb5ad83cff61c1.tar.gz
nvim-lspconfig-f3979663c9c8cd9ad258344b9cfb5ad83cff61c1.tar.bz2
nvim-lspconfig-f3979663c9c8cd9ad258344b9cfb5ad83cff61c1.tar.lz
nvim-lspconfig-f3979663c9c8cd9ad258344b9cfb5ad83cff61c1.tar.xz
nvim-lspconfig-f3979663c9c8cd9ad258344b9cfb5ad83cff61c1.tar.zst
nvim-lspconfig-f3979663c9c8cd9ad258344b9cfb5ad83cff61c1.zip
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 10fb55d2..7cfd9eee 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -2434,11 +2434,11 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+gc2e0fd1c35"
+ version = "0.12.0-dev+g02e10d5101"
},
editorPluginInfo = {
name = "Neovim",
- version = "0.12.0-dev+gc2e0fd1c35"
+ version = "0.12.0-dev+g02e10d5101"
}
}
```
@@ -4871,20 +4871,20 @@ Default config:
{
editorInfo = {
name = "Neovim",
- version = "0.12.0-dev+gc2e0fd1c35"
+ version = "0.12.0-dev+g02e10d5101"
},
editorPluginInfo = {
name = "Neovim LSP",
- version = "0.12.0-dev+gc2e0fd1c35"
+ version = "0.12.0-dev+g02e10d5101"
},
extension = {
name = "Neovim LSP Client",
- version = "0.12.0-dev+gc2e0fd1c35"
+ version = "0.12.0-dev+g02e10d5101"
},
ide = {
name = "Neovim",
vendor = "Neovim",
- version = "0.12.0-dev+gc2e0fd1c35"
+ version = "0.12.0-dev+g02e10d5101"
}
}
```
@@ -6818,7 +6818,7 @@ Default config:
```
- `filetypes` :
```lua
- { "bib", "context", "gitcommit", "html", "markdown", "org", "pandoc", "plaintex", "quarto", "mail", "mdx", "rmd", "rnoweb", "rst", "tex", "text", "typst", "xhtml" }
+ { "asciidoc", "bib", "context", "gitcommit", "html", "markdown", "org", "pandoc", "plaintex", "quarto", "mail", "mdx", "rmd", "rnoweb", "rst", "tex", "text", "typst", "xhtml" }
```
- `get_language_id`: [../lsp/ltex_plus.lua:36](../lsp/ltex_plus.lua#L36)
- `root_markers` :
@@ -6829,7 +6829,7 @@ Default config:
```lua
{
ltex = {
- enabled = { "bib", "context", "gitcommit", "html", "markdown", "org", "pandoc", "plaintex", "quarto", "mail", "mdx", "rmd", "rnoweb", "rst", "tex", "latex", "text", "typst", "xhtml" }
+ enabled = { "asciidoc", "bib", "context", "gitcommit", "html", "markdown", "org", "pandoc", "plaintex", "quarto", "mail", "mdx", "rmd", "rnoweb", "rst", "tex", "latex", "text", "typst", "xhtml" }
}
}
```