Added todo-comments plugin
This commit is contained in:
8
lua/haelnorr/lazy/todo-comments.lua
Normal file
8
lua/haelnorr/lazy/todo-comments.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
'folke/todo-comments.nvim',
|
||||
event = 'VimEnter',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim'
|
||||
},
|
||||
opts = {}
|
||||
}
|
||||
Reference in New Issue
Block a user