We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a096f3 commit f9c58abCopy full SHA for f9c58ab
lua/blink/cmp/windows/autocomplete.lua
@@ -392,6 +392,7 @@ function autocomplete.draw_item_reversed(ctx)
392
{
393
ctx.label,
394
ctx.kind == 'Snippet' and '~' or nil,
395
+ (ctx.item.labelDetails and ctx.item.labelDetails.detail) and ctx.item.labelDetails.detail or '',
396
fill = true,
397
hl_group = ctx.deprecated and 'BlinkCmpLabelDeprecated' or 'BlinkCmpLabel',
398
max_width = 50,
@@ -415,6 +416,7 @@ function autocomplete.draw_item_minimal(ctx)
415
416
417
418
419
420
421
422
0 commit comments