mfussenegger / nvim-fzy

Fuzzy picker & vim.ui.select implementation via fzy for neovim
GNU General Public License v3.0
54 stars 4 forks source link

Whether to add a preview for floating win like fzf.vim? #10

Closed jqhr closed 3 years ago

jqhr commented 3 years ago

Whether to add a preview for floating win like fzf.vim?

mfussenegger commented 3 years ago

the fzy cli itself doesn't provide a preview option so there is no easy way to implement a preview in nvim-fzy.

telescope can be configured to use the fzy algorithm - so I'd recommend to use that if you need more features than what nvim-fzy provides.

jqhr commented 3 years ago

ok