This:
completion.menu.draw.columns = { { "label", "label_description", gap = 1 }, { "kind_icon", "kind" } },
Acts the same as this:
completion.menu.draw.columns = { { "kind_icon", "label" }, { "kind", gap = 1 }},
And so on
What if i wanted this:
Kind_icon then label then kind, i can't do it?
Sorta like JetBrains, i mean the icon appearing, then the suggestion and then what it is (the kind)
We could achieve that in cmp if i remember correctly, can't we do the same here?
This:
Acts the same as this:
And so on
What if i wanted this:
Kind_icon then label then kind, i can't do it?
Sorta like JetBrains, i mean the icon appearing, then the suggestion and then what it is (the kind)
We could achieve that in cmp if i remember correctly, can't we do the same here?