hkupty / impromptu.nvim

Create prompts fast and easy
MIT License
39 stars 1 forks source link

Layout stuff #16

Closed KillTheMule closed 5 years ago

KillTheMule commented 5 years ago

Some thoughts about how we can influence how the menus look:

hkupty commented 5 years ago

I think I can find ways to provide those extension points so that the API can take those or fallback to the actual behavior if not provided.

hkupty commented 5 years ago

A quick feedback: Columnizing per option level requires a major rework on how I deal with options. I feel like I'd better resort to giving you the option of deciding how to columnize based on the session object + current set of options. The same thing should be with the sorting.

So, in short. Items 2 and 3 will be done, item 1 will be solved by 2.