nvim-telescope/telescope-fzy-native.nvim

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

mrcjkb opened this issue · 0 comments

  • fzy-lua-native is packaged in a really weird way (making it very difficult to package as a luarocks package).
  • This plugin depends on it as a submodule, which also makes packaging difficult.

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.