diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-21 05:43:38 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-03-21 05:43:38 +0000 |
| commit | fd3b61b5f8be3c8d26f23faff8949661daa57980 (patch) | |
| tree | b1af4d1ae3e4bf0dfa2631a3587dc6d38dcd0e2c | |
| parent | fix(ltex_plus): add latex to `enabled` settings (#3654) (diff) | |
| download | nvim-lspconfig-fd3b61b5f8be3c8d26f23faff8949661daa57980.tar nvim-lspconfig-fd3b61b5f8be3c8d26f23faff8949661daa57980.tar.gz nvim-lspconfig-fd3b61b5f8be3c8d26f23faff8949661daa57980.tar.bz2 nvim-lspconfig-fd3b61b5f8be3c8d26f23faff8949661daa57980.tar.lz nvim-lspconfig-fd3b61b5f8be3c8d26f23faff8949661daa57980.tar.xz nvim-lspconfig-fd3b61b5f8be3c8d26f23faff8949661daa57980.tar.zst nvim-lspconfig-fd3b61b5f8be3c8d26f23faff8949661daa57980.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 510b04f2..2d0992a9 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -6027,7 +6027,7 @@ Default config: ```lua { ltex = { - enabled = { "bib", "context", "gitcommit", "html", "markdown", "org", "pandoc", "plaintex", "quarto", "mail", "mdx", "rmd", "rnoweb", "rst", "tex", "text", "typst", "xhtml" } + enabled = { "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 510b04f2..2d0992a9 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -6027,7 +6027,7 @@ Default config: ```lua { ltex = { - enabled = { "bib", "context", "gitcommit", "html", "markdown", "org", "pandoc", "plaintex", "quarto", "mail", "mdx", "rmd", "rnoweb", "rst", "tex", "text", "typst", "xhtml" } + enabled = { "bib", "context", "gitcommit", "html", "markdown", "org", "pandoc", "plaintex", "quarto", "mail", "mdx", "rmd", "rnoweb", "rst", "tex", "latex", "text", "typst", "xhtml" } } } ``` |
