diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-15 07:16:13 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-15 07:16:13 +0000 |
| commit | f3979663c9c8cd9ad258344b9cfb5ad83cff61c1 (patch) | |
| tree | 38c5aaf9684456fa51a7bdd191b9c0df4198bf0f | |
| parent | fix(ltex_plus): asciidoc is added to enabled languages (#4239) (diff) | |
| download | nvim-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
| -rw-r--r-- | doc/configs.md | 16 | ||||
| -rw-r--r-- | doc/configs.txt | 16 |
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" } } } < |
