fix(blink): only override color symbol kind for blink
This commit is contained in:
@ -147,10 +147,9 @@ return {
|
|||||||
"saghen/blink.cmp",
|
"saghen/blink.cmp",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.appearance = opts.appearance or {}
|
opts.appearance = opts.appearance or {}
|
||||||
opts.appearance.kind_icons = LazyVim.config.icons.kinds
|
opts.appearance.kind_icons = vim.tbl_extend("keep", {
|
||||||
|
Color = "██", -- Use block instead of icon for color items to make swatches more usable
|
||||||
-- Use block instead of icon for color items to make swatches more usable
|
}, LazyVim.config.icons.kinds)
|
||||||
opts.appearance.kind_icons.Color = "██"
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user