diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-08 13:11:48 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-08 13:11:48 +0900 |
| commit | d4620f3ac119263fee90bd819eadaf84fc8d50b7 (patch) | |
| tree | f5268e72a1c0037d29acac699e5d3f4c37be0e6b /.config/nvim/lua/plugins/colorizer.lua | |
| parent | 8afe3fa8d88ae56e96f65897935ef508581ac5f7 (diff) | |
*
Automated-commit-by: dots Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/nvim/lua/plugins/colorizer.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/colorizer.lua | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.config/nvim/lua/plugins/colorizer.lua b/.config/nvim/lua/plugins/colorizer.lua index 2608ae6..c949058 100644 --- a/.config/nvim/lua/plugins/colorizer.lua +++ b/.config/nvim/lua/plugins/colorizer.lua @@ -4,12 +4,14 @@ return { -- 'norcalli/nvim-colorizer.lua', lazy = false, opts = { - name = true, - RRGGBB = true, - RRGGBBAA = true, - rgb_fn = true, - hsl_fn = true, - mode = 'background', + options = { + display = { + mode = 'background', + }, + parsers = { + css = true, + }, + }, }, }, } |