mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): Question todo highlight
This commit is contained in:
parent
9c40a38400
commit
3144c50fca
2 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ require "todo-comments".setup({
|
|||
PERF = { icon = " ", alt = { "OPTIM", "PERFORMANCE", "OPTIMIZE" } },
|
||||
NOTE = { icon = " ", color = "hint", alt = { "INFO" } },
|
||||
TEST = { icon = "⏲ ", color = "test", alt = { "TESTING", "PASSED", "FAILED" } },
|
||||
Q = { icon = "?", color = "warning" },
|
||||
},
|
||||
gui_style = {
|
||||
fg = "NONE", -- The gui style to use for the fg highlight group.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue