From 86375378802e1a82763d6868af1b27b1549f7060 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Mon, 26 Aug 2024 15:17:47 +0200 Subject: [PATCH] no autostart for ltex (again) --- 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 cbaa2fe..4d95e92 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 = true, + autostart = false, filetypes = { 'latex', 'tex', 'markdown', 'typst' }, settings = { ltex = {