junegunn / fzf.vim

fzf :heart: vim
MIT License
9.51k stars 581 forks source link

vim.ui.select wrapper for fzf.vim #1531

Closed 231tr0n closed 3 months ago

231tr0n commented 3 months ago

Hello and thank you for this wonderful plugin. After using this plugin extensively I found out that I had to rely on external plugins to create vim.ui.select wrapper in neovim. So my question is how do i create a vim.ui.select wrapper and make it use fzf instead of relying on plugins like dressing.nvim if possible. Is there any existing functionality to do that.

junegunn commented 3 months ago

I'm a regular Vim user so I'm not familiar with the concepts. This is probably not the best place to look for the information. Thanks.