add(nvim): Question todo highlight

This commit is contained in:
Léana 江 2023-03-23 16:55:30 +01:00
parent 9c40a38400
commit 3144c50fca
2 changed files with 6 additions and 0 deletions

View file

@ -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.