fix(nvim): properly load todo-comments.nvim
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 56s

This commit is contained in:
Price Hiller 2024-03-30 20:23:52 -05:00
parent c7503065d8
commit 9ab9bf00f3
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,4 +1,24 @@
return { return {
{
"folke/todo-comments.nvim",
event = "VeryLazy",
cmd = {
"TodoTrouble",
"TodoTelescope",
"TodoQuickFix",
"TodoLocList",
},
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
keywords = {
SECURITY = {
icon = "󰒃",
color = "warning",
alt = { "SEC", "SECURITY" },
},
},
},
},
{ {
"folke/trouble.nvim", "folke/trouble.nvim",
branch = "dev", branch = "dev",
@ -34,25 +54,7 @@ return {
event = { "QuickFixCmdPre" }, event = { "QuickFixCmdPre" },
dependencies = { dependencies = {
"nvim-tree/nvim-web-devicons", "nvim-tree/nvim-web-devicons",
{ "todo-comments.nvim"
"folke/todo-comments.nvim",
cmd = {
"TodoTrouble",
"TodoTelescope",
"TodoQuickFix",
"TodoLocList",
},
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
keywords = {
SECURITY = {
icon = "󰒃",
color = "warning",
alt = { "SEC", "SECURITY" },
},
},
},
},
}, },
opts = { opts = {
win = { win = {