cloudhead / neovim-fuzzy

Minimalistic fuzzy file finding for neovim
BSD 3-Clause "New" or "Revised" License
111 stars 17 forks source link

Support alternate fzy implementations that may deliver multiple matches #25

Closed insidewhy closed 7 years ago

insidewhy commented 7 years ago
  1. Can use alternative binaries to fzy.
  2. Supports binaries that can deliver multiple matches, e.g. some fuzzy finders have a keybinding to select all matches instead of a single match.
insidewhy commented 7 years ago

These PRs: https://github.com/jhawthorn/fzy/pull/40 and https://github.com/jhawthorn/fzy/pull/32 also add support for multiple matches to fzy, this patch offers future support for them.

cloudhead commented 7 years ago

Cool. Unfortunately since I merged the previous PR for piping directly, this one now has conflicts. If you fix them I'll merge it.

insidewhy commented 7 years ago

Cool I'll rebase and fix after #27 gets merged.

insidewhy commented 7 years ago

@cloudhead Since #27 is hanging around and you reverted the aforementioned PR maybe I can rebase this and get it merged?

insidewhy commented 7 years ago

My goal is to use this plugin with fzu so I can get configurable keybindings and multiple file selection.

cloudhead commented 7 years ago

Yeah sure thing. What is fzu?

insidewhy commented 7 years ago

I forked fzy to add configurable keybindings and multiple file selection support. The fzy maintainer hasn't replied to a PR in months but he does occasional add some small work so it seems he's not interested in accepting contributions.

insidewhy commented 7 years ago

Thanks!