diff --git a/lua/plugins/misc.lua b/lua/plugins/misc.lua index ca6e53d..f877262 100644 --- a/lua/plugins/misc.lua +++ b/lua/plugins/misc.lua @@ -22,11 +22,11 @@ return { opts = {}, }, { - -- High-performance color highlighter - 'norcalli/nvim-colorizer.lua', - config = function() - require('colorizer').setup() - end, + -- Highlight todo, notes, etc in comments + 'folke/todo-comments.nvim', + event = 'VimEnter', + dependencies = { 'nvim-lua/plenary.nvim' }, + opts = { signs = false }, }, { 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } }, {