nvim: Add TODO Comments plugin
This commit is contained in:
parent
e36e3a757c
commit
5c7d1a40fd
2 changed files with 18 additions and 0 deletions
8
nvim/lua/plugins/todo-comments.lua
Normal file
8
nvim/lua/plugins/todo-comments.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
opts = {
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue