feat(ltex-lsp): Add support for plain text

This commit is contained in:
Fabrice Mouhartem 2025-03-20 10:51:53 +01:00
parent 84613d7e1f
commit b2881a4504
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -158,6 +158,7 @@ servers = {
filetypes = { filetypes = {
'markdown', 'markdown',
'latex', 'latex',
'text',
'norg', 'norg',
'gitcommit', 'gitcommit',
'jj', 'jj',