MD rules eliminated. A few plugins changed

This commit is contained in:
Norm Rasmussen
2022-12-22 18:15:25 -05:00
parent 7385f25a42
commit f6c5c17c01
5 changed files with 56 additions and 43 deletions

View File

@ -190,7 +190,7 @@ use({ "iamcco/markdown-preview.nvim", run = "cd app && npm install", setup = fun
DONE = { icon = "", color = "info" },
FEAT = { icon = "", color = "warning", alt = { "NEED", "REQUEST" } },
WARN = { icon = "", color = "error", alt = { "WARNING", "ERROR" } },
TASK = { icon = "", color = "hint", alt = { "TODO", "TBD" } },
TODO = { icon = "", color = "hint", alt = { "TASK", "TBD" } },
NOTE = { icon = "", color = "hint", alt = { "INFO" } },
SENG = { icon = "", color = "test", alt = { "SOLUTIONS", "SE", "WORKAROUND" } },
},