nvim-telescope / telescope-fzy-native.nvim

FZY style sorter that is compiled
MIT License
179 stars 8 forks source link

Remove fzy-lua-native dependency in favour of fzy.lua? #12

Open mrcjkb opened 5 months ago

mrcjkb commented 5 months ago

Would you be open to removing the fzy-lua-native dependency, and instead depending on fzy-lua? It has both lua and compiled C fzy implementations, both accessible via a lua API.

Another option could be to try and find fzy-lua and fall back to fzy-lua-native if not found.