thenbe / neotest-playwright

A playwright adapter for neotest.
MIT License
43 stars 5 forks source link

Attachment: add image/png content type #32

Closed catgoose closed 5 months ago

catgoose commented 5 months ago
catgoose commented 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?

thenbe commented 5 months ago

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.