Replies: 2 comments 1 reply
|
You can just change the order of attributes in completion.menu.draw.columns = {
{ "kind_icon", "label", gap = 1 }, <-- switch order
{ "source_name" }
}
...can't you? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
In
cmp.nvimyou could just doto change where icons, menu and abbr are shown, and it looked something like this :

I'm trying to replicate that behavior in blink but can't seem to find the option ?
All reactions