mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(blink): icons
This commit is contained in:
parent
1847e3fb25
commit
2263b94439
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ return {
|
||||||
{
|
{
|
||||||
"saghen/blink.cmp",
|
"saghen/blink.cmp",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.kind_icons = LazyVim.config.icons.kinds
|
opts.appearance = opts.appearance or {}
|
||||||
|
opts.appearance.kind_icons = LazyVim.config.icons.kinds
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue