Skip to content

Commit

Permalink
feat: use flame icon for hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 10, 2021
1 parent 455f49e commit 745df54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/todo/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ local defaults = {
color = "error",
alt = { "FIXME", "BUG", "FIXIT", "FIX", "ISSUE" },
},
HACK = { icon = " ", color = "warning" },
HACK = { icon = " ", color = "warning" },
WARN = { icon = "", color = "warning", alt = { "WARNING", "XXX" } },
PERF = { icon = "", alt = { "OPTIM", "PERFORMANCE", "OPTIMIZE" } },
NOTE = { icon = "", color = "hint", alt = { "INFO" } },
},
highlight = {
before = "", -- "fg" or "bg" or false
tag = "wide", -- "fg", "bg" or "wide". (wide is the same as bg, but will also highlight surrounding characters)
after = "fg", -- "fg" or "bg" or false
before = "", -- "fg" or "bg" or empty
tag = "wide", -- "fg", "bg", "wide" or empty. (wide is the same as bg, but will also highlight surrounding characters)
after = "fg", -- "fg" or "bg" or empty
},
}

Expand Down

0 comments on commit 745df54

Please sign in to comment.