[ADDED] QOL for TOD

Still needs to fix the the back round for todo. Cant seem to isolate the
problem ++ no time
This commit is contained in:
Daveanand Mannie
2025-05-27 13:28:31 -04:00
parent 17ac18ff29
commit f36054a6ac

View File

@@ -0,0 +1,11 @@
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
keywords = {
DEBT = { icon = "󰢖 ", color = "debt" },
TODO = { icon = "󱩽 " },
},
colors = { debt = { "DiffDelete" } },
},
}