nVim/lua/plugins/spec/todo-comments.lua
Robert Morrison 49cc6788ef feat(todo-comments): add todo-comments
I like having my TODO/WARN/ERROR comments really really obvious
2026-04-10 02:38:28 +01:00

13 lines
172 B
Lua

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