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
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Use blink as backend for popup menu, also mini.icons would be nice too.
Rearrange items in the menu to start with the icon at front and then the completion entry label.
Describe alternatives you've considered
for mini.icons i currently use the code below, but I would like the hide the kind text too and put the icon at the start of the entry line.
Popupmenu overlaps with the current line when you are at the bottom of the editor.
I have tried to set the realtive option to `cursor, but the problem persists.
popupmenu= { relative="cursor" }
The text was updated successfully, but these errors were encountered:
Did you check the docs?
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Use blink as backend for popup menu, also
mini.icons
would be nice too.Rearrange items in the menu to start with the icon at front and then the completion entry label.
Describe alternatives you've considered
for
mini.icons
i currently use the code below, but I would like the hide thekind
text too and put the icon at the start of the entry line.Additional context
Popupmenu overlaps with the current line when you are at the bottom of the editor.
I have tried to set the
realtive
option to `cursor, but the problem persists.The text was updated successfully, but these errors were encountered: