nvim-config/lua/custom/plugins/todo-comments.lua
2024-12-28 13:19:38 -08:00

1 line
128 B
Lua

return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }