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 = {},
},
{
-- 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 } },
{