We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558c2a4 commit 60f7932Copy full SHA for 60f7932
doc/blink-cmp.txt
@@ -1,4 +1,4 @@
1
-*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 February 25
+*blink-cmp.txt* For NVIM v0.10.0 Last change: 2025 February 26
2
3
==============================================================================
4
Table of Contents *blink-cmp-table-of-contents*
@@ -1810,6 +1810,12 @@ COMPLETION MENU DRAW
1810
text = function(ctx) return ctx.source_name end,
1811
highlight = 'BlinkCmpSource',
1812
},
1813
+
1814
+ source_id = {
1815
+ width = { max = 30 },
1816
+ text = function(ctx) return ctx.source_id end,
1817
+ highlight = 'BlinkCmpSource',
1818
+ },
1819
1820
1821
<
0 commit comments