forked from dineshsalunke/nvim-config
refactor: add todo comments plugin
This commit is contained in:
parent
1e52d38fa8
commit
5a26d0507a
8
lua/plugins/todo-comments.lua
Normal file
8
lua/plugins/todo-comments.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
event = "VimEnter",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = { signs = false },
|
||||
},
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user