starter/lua/plugins/todo-comments.lua
2025-08-12 12:38:34 -03:00

5 lines
100 B
Lua

-- NOTE: foo
return {
"folke/todo-comments.nvim",
dependencies = { "nvim-lua/plenary.nvim" },
}