summary refs log tree commit diff
path: root/.vim/lua/plugins/_colorizer.lua
blob: 7b6f6780e1e12ead4b1562ce9f1818cd45dee9d0 (plain) (blame)
1
2
3
4
5
6
7
8
require('colorizer').setup(nil, {
  name = true;
  RRGGBB = true;
  RRGGBBAA = false;
  rgb_fn = true;
  hsl_fn = true;
  mode = 'background';
})