diff options
| -rw-r--r-- | lsp/ltex_plus.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lsp/ltex_plus.lua b/lsp/ltex_plus.lua index c241cb74..d9b9941c 100644 --- a/lsp/ltex_plus.lua +++ b/lsp/ltex_plus.lua @@ -36,6 +36,7 @@ local language_id_mapping = { return { cmd = { 'ltex-ls-plus' }, filetypes = { + 'asciidoc', 'bib', 'context', 'gitcommit', @@ -62,6 +63,7 @@ return { settings = { ltex = { enabled = { + 'asciidoc', 'bib', 'context', 'gitcommit', |
