Bekaboo / dropbar.nvim

IDE-like breadcrumbs, out of the box
GNU General Public License v3.0
896 stars 17 forks source link

feat: use dropbar menu for `ui.select` (opt-in) #120

Closed willothy closed 6 months ago

Bekaboo commented 6 months ago

Awesome work. IMO better to just provide the function and let users override ui.select themselves. Need to provide some guidance/instructions in the README.

willothy commented 6 months ago

Awesome work. IMO better to just provide the function and let users override ui.select themselves. Need to provide some guidance/instructions in the README.

Thanks! Sounds good, I like that approach more now that I think about it.

Bekaboo commented 6 months ago

Should also update vim help file. If you do not have time I can do it. I have to admit it is pretty cumbersome to write all these docs manually. Have to find a way to generate them automatically.

willothy commented 6 months ago

Will do! My bad, I always forget about vimdoc. Definitely would be good to setup panvimdoc or something, but from my experience it can be tricky to get working with a readme that isn't designed from scratch to work with panvimdoc

willothy commented 6 months ago

Ok docs should be good, hope the formatting is ok

Bekaboo commented 6 months ago

Looks great, thanks!