refactor(blink): color swatch icon upstreamed

This commit is contained in:
Jorge Villalobos 2024-12-17 00:14:27 -05:00
parent 2d7a04be47
commit 0212a9f7db
No known key found for this signature in database
GPG key ID: 927677DC8C99CD04

View file

@ -169,9 +169,7 @@ return {
"saghen/blink.cmp",
opts = function(_, opts)
opts.appearance = opts.appearance or {}
opts.appearance.kind_icons = vim.tbl_extend("keep", {
Color = "██", -- Use block instead of icon for color items to make swatches more usable
}, LazyVim.config.icons.kinds)
opts.appearance.kind_icons = vim.tbl_extend("force", opts.appearance.kind_icons or {}, LazyVim.config.icons.kinds)
end,
},