You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to be able to customize completion.menu.draw.columns based on the context, so that there are no unnecessary kind_icon and kind columns in cmdline:
I tried setting completion.menu.draw.columns to a function accepting ctx (like other config options do), but this one didn't work. The code only expects a table, not a function.
The text was updated successfully, but these errors were encountered:
and return an empty string when in cmdline, however it seems that ctx.mode == "cmdline" always results to false (as if the specific context isn't seen as parameter).
Feature Description
I would love to be able to customize
completion.menu.draw.columns
based on the context, so that there are no unnecessarykind_icon
andkind
columns incmdline
:I tried setting
completion.menu.draw.columns
to a function acceptingctx
(like other config options do), but this one didn't work. The code only expects a table, not a function.The text was updated successfully, but these errors were encountered: