-- Comment highlighting for specific comment types (TODO, NOTE, HACK, FIX)
return {
'folke/todo-comments.nvim',
dependencies = { 'nvim-lua//plenary.nvim' },
config = {}
};