Skip to content

Commit

Permalink
fix(todo-comments-nvim): Lazy load todo-comments on command (#694)
Browse files Browse the repository at this point in the history
* fix(todo-comments-nvim): Lazy load todo-comments on command

* fix(todo-comments-nvim): Add all commands

* chore(todo-comments-nvim): Fix indenting

---------

Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
  • Loading branch information
manuuurino and Uzaaft authored Dec 26, 2023
1 parent 0b5b857 commit 2744133
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
return {
{ "folke/todo-comments.nvim", opts = {}, event = "User AstroFile" },
{
"folke/todo-comments.nvim",
opts = {},
event = "User AstroFile",
cmd = { "TodoTrouble", "TodoTelescope", "TodoLocList", "TodoQuickFix" },
},
}

0 comments on commit 2744133

Please sign in to comment.