mirror of
https://github.com/hazemKrimi/config.nvim.git
synced 2026-05-01 18:20:26 +00:00
Remove the correct plugin
This commit is contained in:
@@ -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 } },
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user