return { { 'norcalli/nvim-colorizer.lua', config = function() -- no need to call this plugin's setup() apparently unless you want automatic buffer -- attaching based on filetype. and to customize the default options. vim.keymap.set('n', 'tc', 'ColorizerToggle', { desc = '[T]oggle [C]olor Previewing' }) end, }, }