feat(todo-comments): add todo-comments
I like having my TODO/WARN/ERROR comments really really obvious
This commit is contained in:
parent
b80d610ced
commit
49cc6788ef
12
lua/plugins/spec/todo-comments.lua
Normal file
12
lua/plugins/spec/todo-comments.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---@module 'lazy.nvim'
|
||||
---@type LazySpec[]
|
||||
return{
|
||||
{
|
||||
"folke/todo-comments.nvim",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
opts = {
|
||||
|
||||
},
|
||||
event = "BufRead"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user