Still needs to fix the the back round for todo. Cant seem to isolate the problem ++ no time
12 lines
251 B
Lua
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" } },
|
|
},
|
|
}
|