add todo-comments.nvim
This commit is contained in:
parent
9be5714e75
commit
d31fe5a044
1 changed files with 5 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…
Reference in a new issue