Skip to content

Can't change the order in which draw.columns will appear? #1839

Description

@hrqmonteirodev

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)

Image

We could achieve that in cmp if i remember correctly, can't we do the same here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions