MunifTanjim / nui.nvim

UI Component Library for Neovim.
MIT License
1.62k stars 57 forks source link

Menu: select many #383

Open andreluisos opened 1 month ago

andreluisos commented 1 month ago

Trying to build a menu where selecting many is possible. It worked, but every time the menu is recreated, the cursor moves back to the first element.

Checked the docs and didn't find a way to change the initial position of the cursor when the object is created. Is it possible?

Is there another way of creating a menu for multiple selection? image