update and enable my todo comment highlighter
This commit is contained in:
parent
fac895e919
commit
30924f12cf
4 changed files with 225 additions and 137 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue