vim: better higlights for todo-comments
This commit is contained in:
parent
36ceb2c15c
commit
15f944eb4c
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue