feat(nvim): add undercurl formatting

This commit is contained in:
Stefan Imhoff
2023-11-18 14:15:17 +01:00
parent 50a0555a16
commit 08fbfb0e2a

View File

@@ -24,6 +24,10 @@ vim.opt.iskeyword:append("-") -- Add dashes to words
vim.opt.wildignore:append({ "*/node_modules/*" }) -- Wildignore
vim.opt.complete:append({ "i", "k", "s", "kspell" })
-- Undercurl
vim.cmd([[let &t_Cs = "\e[4:3m"]])
vim.cmd([[let &t_Ce = "\e[4:0m"]])
-- FIXME: When using "vim.opt.spellfile:append("~/.config/…) the file is not writable"
vim.cmd([[
" Spell Checker