vim: better higlights for todo-comments

This commit is contained in:
Fernando Schauenburg 2024-02-19 02:18:46 +01:00
parent 36ceb2c15c
commit 15f944eb4c

View file

@ -26,6 +26,13 @@ M.opts = function(--[[plugin]]_, opts)
NOTE = { icon = icons.ui.Note },
TEST = { icon = icons.ui.TestTube },
},
gui_style = { fg = 'bold' },
highlight = {
multiline = false,
before = 'fg',
keyword = 'wide_fg',
after = '',
}
})
end