mirror of
https://github.com/hazemKrimi/config.nvim.git
synced 2026-05-02 02:30:27 +00:00
Remove nvim-colorizer
This commit is contained in:
@@ -21,13 +21,6 @@ return {
|
|||||||
dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
|
dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' },
|
||||||
opts = {},
|
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
|
-- High-performance color highlighter
|
||||||
'norcalli/nvim-colorizer.lua',
|
'norcalli/nvim-colorizer.lua',
|
||||||
|
|||||||
Reference in New Issue
Block a user