mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(blink): make sure to use LazyVim.config.icons.kinds
This commit is contained in:
parent
541b83276e
commit
0b0f2de37d
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ return {
|
||||||
items = transform_items and transform_items(ctx, items) or items
|
items = transform_items and transform_items(ctx, items) or items
|
||||||
for _, item in ipairs(items) do
|
for _, item in ipairs(items) do
|
||||||
item.kind = kind_idx or item.kind
|
item.kind = kind_idx or item.kind
|
||||||
|
item.kind_icon = LazyVim.config.icons.kinds[item.kind_name] or item.kind_icon or nil
|
||||||
end
|
end
|
||||||
return items
|
return items
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue