Remove the correct plugin

This commit is contained in:
2025-05-19 00:12:20 +01:00
parent 3c68cb188f
commit 59f4e96d11
+5 -5
View File
@@ -22,11 +22,11 @@ return {
opts = {}, opts = {},
}, },
{ {
-- High-performance color highlighter -- Highlight todo, notes, etc in comments
'norcalli/nvim-colorizer.lua', 'folke/todo-comments.nvim',
config = function() event = 'VimEnter',
require('colorizer').setup() dependencies = { 'nvim-lua/plenary.nvim' },
end, opts = { signs = false },
}, },
{ '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 } },
{ {