more stuff
This commit is contained in:
parent
9c7c46855c
commit
72d99537bf
9 changed files with 195 additions and 26 deletions
|
|
@ -30,4 +30,12 @@ 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
|
||||
-- })
|
||||
|
||||
core.color.setup_termbg_sync()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue