style(blink): use block vs. icon for colors

This commit is contained in:
Jorge Villalobos 2024-12-13 12:44:43 -05:00
parent 9a0d14dcf5
commit ea4f375adb
No known key found for this signature in database
GPG key ID: 927677DC8C99CD04

View file

@ -134,6 +134,9 @@ return {
opts = function(_, opts)
opts.appearance = opts.appearance or {}
opts.appearance.kind_icons = LazyVim.config.icons.kinds
-- Use block instead of icon for color items to make swatches more usable
opts.appearance.kind_icons.Color = "██"
end,
},