fix(nvim): properly load todo-comments.nvim
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 56s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 56s
This commit is contained in:
parent
c7503065d8
commit
9ab9bf00f3
@ -1,4 +1,24 @@
|
||||
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",
|
||||
branch = "dev",
|
||||
@ -34,25 +54,7 @@ return {
|
||||
event = { "QuickFixCmdPre" },
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
cmd = {
|
||||
"TodoTrouble",
|
||||
"TodoTelescope",
|
||||
"TodoQuickFix",
|
||||
"TodoLocList",
|
||||
},
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {
|
||||
keywords = {
|
||||
SECURITY = {
|
||||
icon = "",
|
||||
color = "warning",
|
||||
alt = { "SEC", "SECURITY" },
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"todo-comments.nvim"
|
||||
},
|
||||
opts = {
|
||||
win = {
|
||||
|
Loading…
Reference in New Issue
Block a user