diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-19 06:11:15 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-04-19 06:11:15 +0000 |
| commit | ed8b8a15acc441aec669f97d75f2c1f2ac8c8aa5 (patch) | |
| tree | 5dc5bb8b8b89018bef9cf5051175eb6a468d3fc3 | |
| parent | feat(ltext): add mail and text as ltex filetypes (#3103) (diff) | |
| download | nvim-lspconfig-ed8b8a15acc441aec669f97d75f2c1f2ac8c8aa5.tar nvim-lspconfig-ed8b8a15acc441aec669f97d75f2c1f2ac8c8aa5.tar.gz nvim-lspconfig-ed8b8a15acc441aec669f97d75f2c1f2ac8c8aa5.tar.bz2 nvim-lspconfig-ed8b8a15acc441aec669f97d75f2c1f2ac8c8aa5.tar.lz nvim-lspconfig-ed8b8a15acc441aec669f97d75f2c1f2ac8c8aa5.tar.xz nvim-lspconfig-ed8b8a15acc441aec669f97d75f2c1f2ac8c8aa5.tar.zst nvim-lspconfig-ed8b8a15acc441aec669f97d75f2c1f2ac8c8aa5.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 73f5596d..d0945922 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -6368,7 +6368,7 @@ require'lspconfig'.ltex.setup{} ``` - `filetypes` : ```lua - { "bib", "gitcommit", "markdown", "org", "plaintex", "rst", "rnoweb", "tex", "pandoc", "quarto", "rmd", "context", "html", "xhtml" } + { "bib", "gitcommit", "markdown", "org", "plaintex", "rst", "rnoweb", "tex", "pandoc", "quarto", "rmd", "context", "html", "xhtml", "mail", "text" } ``` - `get_language_id` : ```lua @@ -6382,7 +6382,7 @@ require'lspconfig'.ltex.setup{} ```lua { ltex = { - enabled = { "bibtex", "gitcommit", "markdown", "org", "tex", "restructuredtext", "rsweave", "latex", "quarto", "rmd", "context", "html", "xhtml" } + enabled = { "bibtex", "gitcommit", "markdown", "org", "tex", "restructuredtext", "rsweave", "latex", "quarto", "rmd", "context", "html", "xhtml", "mail", "plaintext" } } } ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 73f5596d..d0945922 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -6368,7 +6368,7 @@ require'lspconfig'.ltex.setup{} ``` - `filetypes` : ```lua - { "bib", "gitcommit", "markdown", "org", "plaintex", "rst", "rnoweb", "tex", "pandoc", "quarto", "rmd", "context", "html", "xhtml" } + { "bib", "gitcommit", "markdown", "org", "plaintex", "rst", "rnoweb", "tex", "pandoc", "quarto", "rmd", "context", "html", "xhtml", "mail", "text" } ``` - `get_language_id` : ```lua @@ -6382,7 +6382,7 @@ require'lspconfig'.ltex.setup{} ```lua { ltex = { - enabled = { "bibtex", "gitcommit", "markdown", "org", "tex", "restructuredtext", "rsweave", "latex", "quarto", "rmd", "context", "html", "xhtml" } + enabled = { "bibtex", "gitcommit", "markdown", "org", "tex", "restructuredtext", "rsweave", "latex", "quarto", "rmd", "context", "html", "xhtml", "mail", "plaintext" } } } ``` |
