Spellcheck underlines instead of highlights
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user