nvim: replace colorizer with fork

This commit is contained in:
He4eT 2024-12-24 15:51:05 +01:00
commit d5281e4214

View file

@ -196,7 +196,13 @@ require('lazy').setup({
--[[ cfg_lazy_vim_surround: Delete, change and add surroundings in pairs ]] --[[ cfg_lazy_vim_surround: Delete, change and add surroundings in pairs ]]
'tpope/vim-surround', 'tpope/vim-surround',
--[[ cfg_lazy_colorizer: Color highlighter ]] --[[ cfg_lazy_colorizer: Color highlighter ]]
'norcalli/nvim-colorizer.lua', {
"catgoose/nvim-colorizer.lua",
cmd = "ColorizerToggle",
opts = {
filetypes = {},
},
},
--[[ cfg_lazy_comment: Toggles linewise and blockwise comments ]] --[[ cfg_lazy_comment: Toggles linewise and blockwise comments ]]
{ {
'numToStr/Comment.nvim', 'numToStr/Comment.nvim',