first commit
This commit is contained in:
8
nvim/lua/kickstart/plugins/todo-comment.lua
Normal file
8
nvim/lua/kickstart/plugins/todo-comment.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
event = "VimEnter",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = { signs = false },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user