Skip to content

Commit 60f7932

Browse files
Saghengithub-actions[bot]
authored andcommitted
docs: update vimdocs
1 parent 558c2a4 commit 60f7932

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/blink-cmp.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 February 25
1+
*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 February 26
22

33
==============================================================================
44
Table of Contents *blink-cmp-table-of-contents*
@@ -1810,6 +1810,12 @@ COMPLETION MENU DRAW
18101810
text = function(ctx) return ctx.source_name end,
18111811
highlight = 'BlinkCmpSource',
18121812
},
1813+
1814+
source_id = {
1815+
width = { max = 30 },
1816+
text = function(ctx) return ctx.source_id end,
1817+
highlight = 'BlinkCmpSource',
1818+
},
18131819
},
18141820
},
18151821
<

0 commit comments

Comments
 (0)