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? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Another little thing, I think it's source side but in blink it shows my docstring as : but in cmp it is something like this : Notice the line instead of |
Beta Was this translation helpful? Give feedback.
0 replies
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.nvim
you 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 ?
Beta Was this translation helpful? Give feedback.
All reactions