not quite sure what I've done here

This commit is contained in:
Squibid 2025-11-22 17:22:23 -05:00
parent b22873f45f
commit 83aaa5aef3
Signed by: squibid
GPG key ID: BECE5684D3C4005D
18 changed files with 392 additions and 392 deletions

View file

@ -31,10 +31,10 @@ auto("BufWritePre", {
})
auto({ "BufEnter", "CursorMoved", "CursorMovedI" }, {
group = bufcheck,
callback = function()
core.todo.todo_comments()
end
group = bufcheck,
callback = function()
core.todo.todo_comments()
end
})
core.color.setup_termbg_sync()