fruzzy icon indicating copy to clipboard operation
fruzzy copied to clipboard

Freaky fast fuzzy finder for (denite.nvim/CtrlP matcher) for vim/neovim

Results 3 fruzzy issues
Sort by recently updated
recently updated
newest added

Constraining the match limit to winheight provides the user too few matches. Raising the limit to 1,000 makes the plugin behavior consistent with other filters, e.g., [cpsm](https://github.com/Shougo/denite.nvim/blob/7d54f44e1035aea4cba99bdb34f0565b55008706/rplugin/python3/denite/filter/matcher/cpsm.py#L65).

For comparison: - denite: https://github.com/Shougo/denite.nvim/blob/609c85797a5f6acc2e2357cf56e7f6c78c561145/rplugin/python3/denite/filter/matcher/cpsm.py - Deoplete: https://github.com/Shougo/deoplete.nvim/blob/bbec852adee45a1500fa817a3c17889dc328cad0/rplugin/python3/deoplete/filter/matcher_cpsm.py They're pretty similar, aside from `matcher_fruzzy` instead of `matcher/fruzzy`. :)