Hi, this is my first real issue here, so I’m not totally sure if I’m doing this the right way.
With folke releasing snacks, I believe that it is within the scope of this project to at least add snacks picker support.
Why:
- Well with modern setups and modern lazy folke has made the default snacks.picker
- I also believe this could be a good start to work on the picker abstraction so maybe we could support other pickers in the future as well.
To make it more plug and play I would suggest a picker adapter module. Preferring snacks.picker when available and following back to telescope or vim.ui.select if nothing else.
If this sounds reasonable, I’d be happy to try implementing it as a small PR.
Hi, this is my first real issue here, so I’m not totally sure if I’m doing this the right way.
With folke releasing snacks, I believe that it is within the scope of this project to at least add snacks picker support.
Why:
To make it more plug and play I would suggest a picker adapter module. Preferring snacks.picker when available and following back to telescope or vim.ui.select if nothing else.
If this sounds reasonable, I’d be happy to try implementing it as a small PR.