Skip to content

Commit 601664b

Browse files
Saghengithub-actions[bot]
authored andcommitted
docs: update vimdocs
1 parent ba384dd commit 601664b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/blink-cmp.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -637,13 +637,13 @@ trigger characters are `.`, `"`, `'`.
637637
<
638638

639639

640-
SET SOURCE ICON AND NAME ~
640+
SET SOURCE KIND ICON AND NAME ~
641641

642642
>lua
643643
sources.providers.copilot.transform_items = function(ctx, items)
644644
for _, item in ipairs(items) do
645-
item.source_icon = ''
646-
item.source_name = 'Copilot'
645+
item.kind_icon = ''
646+
item.kind_name = 'Copilot'
647647
end
648648
return items
649649
end

0 commit comments

Comments
 (0)