1
0

Spellcheck underlines instead of highlights

This commit is contained in:
Scott Carroll
2026-02-18 16:59:38 +00:00
parent 40999387e4
commit 7e650e3cff

View File

@@ -6,6 +6,8 @@ require("config.lazy")
-- https://neovim.io/doc/user/spell.html
vim.opt.spell = true
vim.opt.spelllang = "en_gb"
vim.api.nvim_set_hl(0, 'SpellBad', {})
vim.api.nvim_set_hl(0, "SpellBad", {underline = true} )
-- visual mode <space> = to line up "=" in selection
vim.keymap.set(