From ee9066213b36eae9b5988fabc443537bb6828530 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 5 Jun 2025 11:39:17 +0200 Subject: [PATCH] [Spell] Auto-start textlsp for tex, md and more text files --- nvim/lua/plugins/lsp/ls/text.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/plugins/lsp/ls/text.lua b/nvim/lua/plugins/lsp/ls/text.lua index 842e1e9..8498ce5 100644 --- a/nvim/lua/plugins/lsp/ls/text.lua +++ b/nvim/lua/plugins/lsp/ls/text.lua @@ -34,3 +34,4 @@ lsp.config("textlsp", { local enable = vim.lsp.enable enable("marksman") enable("texlab") +enable("textlsp")