Remove nvim-colorizer

This commit is contained in:
2025-05-19 00:08:34 +01:00
parent 8faeba1fd3
commit 3c68cb188f
-7
View File
@@ -21,13 +21,6 @@ return {
dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
opts = {},
},
{
-- Highlight todo, notes, etc in comments
'folke/todo-comments.nvim',
event = 'VimEnter',
dependencies = { 'nvim-lua/plenary.nvim' },
opts = { signs = false },
},
{
-- High-performance color highlighter
'norcalli/nvim-colorizer.lua',