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 {
|
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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user