-- lua/plugins/todo-comments.lua -- Highlight and search TODO, NOTE, FIXME, HACK, WARN, PERF comments return { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false }, }