From 0b62acf4a802ff378e5cb2883c84d4508d855eba Mon Sep 17 00:00:00 2001 From: cscherr Date: Thu, 10 Jul 2025 09:59:05 +0200 Subject: [PATCH] tS set spell --- lua/custom/plugins/ltex.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/ltex.lua b/lua/custom/plugins/ltex.lua index 9aa7f86..ec9a6b2 100644 --- a/lua/custom/plugins/ltex.lua +++ b/lua/custom/plugins/ltex.lua @@ -91,7 +91,7 @@ return { server_opts = LTEX_SETTINGS, -- or use lspconfig regularly } map('tS', function() - vim.opt.spell = true -- manually enable spell with `set spell` or `ts` + vim.cmd 'set spell' vim.opt.spelllang = 'en,de_de' vim.opt.spellsuggest = 'double,50,timeout:5000' vim.cmd 'LspStart ltex'