feat(todo-comments): add todo-comments

I like having my TODO/WARN/ERROR comments really really obvious
This commit is contained in:
Robert Morrison 2026-04-10 02:38:28 +01:00
parent b80d610ced
commit 49cc6788ef

View File

@ -0,0 +1,12 @@
---@module 'lazy.nvim'
---@type LazySpec[]
return{
{
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
opts = {
},
event = "BufRead"
}
}