refactor: add todo comments plugin

This commit is contained in:
Dinesh Salunke 2025-04-05 17:56:10 +05:30
parent 1e52d38fa8
commit 5a26d0507a

View File

@ -0,0 +1,8 @@
return {
{
"folke/todo-comments.nvim",
event = "VimEnter",
dependencies = { "nvim-lua/plenary.nvim" },
opts = { signs = false },
},
}