update and enable my todo comment highlighter

This commit is contained in:
Squibid 2025-10-25 00:57:59 -04:00
parent fac895e919
commit 30924f12cf
Signed by: squibid
GPG key ID: BECE5684D3C4005D
4 changed files with 225 additions and 137 deletions

View file

@ -30,12 +30,11 @@ auto("BufWritePre", {
end
})
-- FIXME: disable for now until I can do more work and make it work better
-- auto({ "BufEnter", "CursorMoved", "CursorMovedI" }, {
-- group = bufcheck,
-- callback = function()
-- core.color.todo_comments()
-- end
-- })
auto({ "BufEnter", "CursorMoved", "CursorMovedI" }, {
group = bufcheck,
callback = function()
core.todo.todo_comments()
end
})
core.color.setup_termbg_sync()