[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:
11
lua/plugins/todo-comments.lua
Normal file
11
lua/plugins/todo-comments.lua
Normal 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" } },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user