add todo plugin

This commit is contained in:
Robert Altner 2024-07-16 13:04:09 +02:00
parent 46edf6566d
commit 0e579c783e
No known key found for this signature in database
GPG key ID: 58794C52DAF9EAD8
3 changed files with 15 additions and 2 deletions

View file

@ -14,6 +14,7 @@ return {
"rebelot/kanagawa.nvim",
"andweeb/presence.nvim",
"nvim-treesitter/nvim-treesitter-context",
"sindrets/diffview.nvim",
"vimsence/vimsence",
{
'numToStr/Comment.nvim',
@ -112,5 +113,10 @@ return {
}
}
end
},
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lus/plenary.nvim" },
opts = {}
}
}