From 34f431184b8c54612c2088dfe885359a2baf093d Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Wed, 4 Jun 2025 10:34:03 -0400 Subject: [PATCH] [ADDED] Temp fix in todo-comment --- lua/plugins/todo-comments.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/todo-comments.lua b/lua/plugins/todo-comments.lua index 31c43be..d66f732 100644 --- a/lua/plugins/todo-comments.lua +++ b/lua/plugins/todo-comments.lua @@ -5,6 +5,7 @@ return { keywords = { DEBT = { icon = "󰢖 ", color = "debt" }, TODO = { icon = "󱩽 " }, + TEMPFIX = { icon = " ", color = "error" }, }, colors = { debt = { "DiffDelete" } }, },