From 8ca7fdf7650a07c9d2aa276c5d5ae5a7698c401c Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Mon, 15 Jun 2026 15:20:15 -0500 Subject: Squashed commit of the following: vis spellcheck and font fix flac mime i3 font fix vis-spellcheck setup timer script --- env/.config/vis/plugins.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'env/.config/vis/plugins.lua') diff --git a/env/.config/vis/plugins.lua b/env/.config/vis/plugins.lua index 2a0844b..58ec327 100644 --- a/env/.config/vis/plugins.lua +++ b/env/.config/vis/plugins.lua @@ -8,6 +8,12 @@ end pcall(require,'plugins/complete-filename') +local spell_ok, spellcheck = pcall(require,'plugins/vis-spellcheck') +if spell_ok then + spellcheck.disable_syntax_awareness = true + spellcheck.typo_style = "fore:black,back:red" +end + pcall(require,'plugins/vis-chain') local lsp_ok,lsp = pcall(require,'plugins/vis-lspc') -- cgit v1.3