From b2881a4504b594b3608d3f6e9f3685de0aeae384 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Thu, 20 Mar 2025 10:51:53 +0100 Subject: [PATCH] feat(ltex-lsp): Add support for plain text --- lua/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lsp.lua b/lua/lsp.lua index 3647633..2be0256 100644 --- a/lua/lsp.lua +++ b/lua/lsp.lua @@ -158,6 +158,7 @@ servers = { filetypes = { 'markdown', 'latex', + 'text', 'norg', 'gitcommit', 'jj',