feat: add todo-comments.nvim
This commit is contained in:
parent
72411cfbcf
commit
01a66527f8
2 changed files with 6 additions and 0 deletions
5
lua/plugins/todo-comments.lua
Normal file
5
lua/plugins/todo-comments.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue