mistweaverco / kulala.nvim

A minimal 🤏 HTTP-client 🐼 interface 🖥️ for Neovim ❤️.
https://kulala.mwco.app
MIT License
595 stars 28 forks source link

Fallback to vim.ui.select if Telescope is not found #21

Closed julienvincent closed 3 months ago

julienvincent commented 3 months ago

Currently the set_selected_env API only supports telescope. This changes it to fallback to using native vim.ui.select, which can already be mapped to other pickers by using something like dressing

gorillamoe commented 3 months ago

Thanks for this great addition! 👌🏾