refactor: introduce fzf-lua as an alternative of telescope.#1471
Conversation
I forked search.nvim and added fzf support for it.
|
The search box in fzf-lua unintentionally becomes bottom when I merged it into |
I made the prompt position setting of telescope as default. |
|
sorry, recently i got very busy. i might not have time to review the PRs. 😥 |
|
Finally, I chose to use fzf for searching as a configurable option for the following reasons:
Could you review it when you have time? @misumisumi @Elite-zx |

This pr introduce
fzf-luaas fuzzy searcher to replace part functionalies oftelescope.nvimto achieve higher performance when search in a big repo. I forked and rewrotesearch.nvimto make it supportfzf-lua. Not all pickers are equivalent such as frecency and not all pickers are replaced, but now it basically works. It will close #1463.output.mp4
@Elite-zx You can try it now.