aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/configs.md16
-rw-r--r--doc/configs.txt16
2 files changed, 16 insertions, 16 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" }
}
}
```
diff --git a/doc/configs.txt b/doc/configs.txt
index ce10912a..9ff38f32 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -1592,11 +1592,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"
}
}
- on_attach (use "gF" to view): ../lsp/copilot.lua:106
@@ -3461,20 +3461,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"
}
}
- on_attach (use "gF" to view): ../lsp/gitlab_duo.lua:317
@@ -4946,14 +4946,14 @@ Default config:
- cmd: >lua
{ "ltex-ls-plus" }
- 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 (use "gF" to view): ../lsp/ltex_plus.lua:36
- root_markers: >lua
{ ".git" }
- settings: >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" }
}
}
<