[ADDED] remove as a keyword in todo-comments
This commit is contained in:
@@ -6,6 +6,7 @@ return {
|
|||||||
DEBT = { icon = " ", color = "debt" },
|
DEBT = { icon = " ", color = "debt" },
|
||||||
TODO = { icon = " " },
|
TODO = { icon = " " },
|
||||||
TEMPFIX = { icon = " ", color = "error" },
|
TEMPFIX = { icon = " ", color = "error" },
|
||||||
|
REMOVE = { icon = " ", color = "error" },
|
||||||
},
|
},
|
||||||
colors = { debt = { "DiffDelete" } },
|
colors = { debt = { "DiffDelete" } },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user