feat(nvim): add SEC keyword for todo-trouble

This commit is contained in:
Price Hiller 2023-08-18 22:03:58 -05:00
parent 92c21fcdf9
commit 8efd9a3458
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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",