RishabhRD / popfix

Neovim lua API for highly extensible popup window
83 stars 3 forks source link

Not work on Windows #3

Closed Julpikar closed 3 years ago

Julpikar commented 3 years ago

Fzy not installed automatically on Windows, there are error in fzy-native.lua on line 30. Is there any help to fix it. I have already try installing Fzy using msys2, but there is still error there.

Julpikar commented 3 years ago

its ok I get fix it using https://github.com/romgrk/fzy-lua-native/tree/master/static.

RishabhRD commented 3 years ago

Yeah! I should have checked for operating system while setting default sorter. Would do it in some time. Thanks for reporting🙂

RishabhRD commented 3 years ago

fzy is default sorter now for every operating system! Native fzy is faster however, it is not stable yet and windows compatibility is not there. Making it default was my mistake.

So, I have made fzy sorter as default for the time being. Anyone interested can use native sorter if they want. There is always option to provide your own sorter.