nvim_dotfiles/lua/plugins/todo-comments.lua

7 lines
143 B
Lua
Raw Normal View History

2026-04-08 06:38:52 -04:00
return {
'folke/todo-comments.nvim',
event = 'VimEnter',
dependencies = { 'nvim-lua/plenary.nvim' },
opts = { signs = false },
}