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

Request: fzy native module #6

Closed kkharji closed 3 years ago

kkharji commented 3 years ago

Hey @mfussenegger , awesome design I appreciate how simple and light weight it seems. I wonder if its possible to somehow add https://github.com/romgrk/fzy-lua-native as I think it would further enhance our experience.

Thanks

mfussenegger commented 3 years ago

It looks interesting, but I'm not sure how nvim-fzy would benefit from it. Currently nvim-fzy launches fzy to do the filtering, so matching and scoring should be fast enough.

Integrating fzy-lua-native could reduce the overhead of launching a process, but in turn I'd add a lot of complexity into this plugin which I'm currently not keen on maintaining, especially given that there is already telescope that went down that route. I don't intent do compete with that, but rather see nvim-fzy as complementing the ecosystem by providing a alternative with simpler design.