From 33ea47112cfff5de3f1ef97a88138bda42126afb Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 13 Aug 2024 14:51:28 +0200 Subject: [PATCH] let ltex autostart --- lua/custom/plugins/configs/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/configs/lsp.lua b/lua/custom/plugins/configs/lsp.lua index 4d95e92..cbaa2fe 100644 --- a/lua/custom/plugins/configs/lsp.lua +++ b/lua/custom/plugins/configs/lsp.lua @@ -187,7 +187,7 @@ local servers = { }, ltex = { use_spellfile = true, - autostart = false, + autostart = true, filetypes = { 'latex', 'tex', 'markdown', 'typst' }, settings = { ltex = {