add todo plugin
This commit is contained in:
parent
46edf6566d
commit
0e579c783e
3 changed files with 15 additions and 2 deletions
|
@ -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 = {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue