From 9d803a72530b81274df40e264188eb5d95ce1228 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Tue, 9 Jul 2024 14:53:49 +0200 Subject: [PATCH] spell false for dash --- lua/custom/plugins/ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/ui.lua b/lua/custom/plugins/ui.lua index 42c910b..089e1d4 100644 --- a/lua/custom/plugins/ui.lua +++ b/lua/custom/plugins/ui.lua @@ -632,6 +632,7 @@ return { vim.b.minitrailspace_disable = true vim.opt_local.list = false vim.opt_local.colorcolumn = '0' + vim.opt_local.spell = false end, }) end,