feat(nvim): add SEC keyword for todo-trouble
This commit is contained in:
parent
92c21fcdf9
commit
8efd9a3458
@ -12,7 +12,15 @@ return {
|
||||
"TodoLocList",
|
||||
},
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
config = true,
|
||||
opts = {
|
||||
keywords = {
|
||||
SECURITY = {
|
||||
icon = "",
|
||||
color = "warning",
|
||||
alt = { "SEC", "SECURITY" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
|
Loading…
Reference in New Issue
Block a user