summary refs log tree commit diff
path: root/.vim/lua/internal/plugins/colorizer.lua
blob: cf5533601ed21a6d5efca9c9e2ee25a240c191fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
return {
  {
    'NvChad/nvim-colorizer.lua',
    -- 'norcalli/nvim-colorizer.lua',
    -- events = { 'VeryLazy' },
    lazy = false,
    opts = {
      name = true,
      RRGGBB = true,
      RRGGBBAA = false,
      rgb_fn = true,
      hsl_fn = true,
      mode = 'background',
    },
  },
}