aboutsummaryrefslogtreecommitdiff
path: root/env/.config/vis/plugins.lua
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-06-15 15:20:15 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-06-15 15:20:15 -0500
commit8ca7fdf7650a07c9d2aa276c5d5ae5a7698c401c (patch)
tree5ec43246361b69e4c2ea60518664348a876fdddf /env/.config/vis/plugins.lua
parent69688e0ca9a100d4041173b4bc75262148fa4ff8 (diff)
Squashed commit of the following: vis spellcheck and font fix
flac mime i3 font fix vis-spellcheck setup timer script
Diffstat (limited to 'env/.config/vis/plugins.lua')
-rw-r--r--env/.config/vis/plugins.lua6
1 files changed, 6 insertions, 0 deletions
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')