Skip to content

Commit 336048b

Browse files
chore(build): auto-generate docs
1 parent e859434 commit 336048b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/extras/coding/blink.md

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ opts = {
229229
items = transform_items and transform_items(ctx, items) or items
230230
for _, item in ipairs(items) do
231231
item.kind = kind_idx or item.kind
232+
item.kind_icon = LazyVim.config.icons.kinds[item.kind_name] or item.kind_icon or nil
232233
end
233234
return items
234235
end

0 commit comments

Comments
 (0)