Files
lazy_config/lua/plugins/todo-comments.lua
Daveanand Mannie f36054a6ac [ADDED] QOL for TOD
Still needs to fix the the back round for todo. Cant seem to isolate the
problem ++ no time
2025-05-27 13:28:31 -04:00

12 lines
251 B
Lua

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