Closed catgoose closed 5 months ago
What do you think about using ui.select
instead of fn.inputlist
to allow for wrappers like dressing.nvim
to handle the selection?
Thanks!
ui.select
does provide a better user experience. The function would need to be refactored a bit (to use a callback) in order to be compatible with dressing.nvim
. PR welcome.