danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

[Feature Request] `match_algorithm` add support for `zf` #61

Open younger-1 opened 6 months ago

younger-1 commented 6 months ago

telescope-zf-native.nvim is a native telescope bindings to zf for sorting results, which is designed for better matching on filepaths than fzf or fzy. Not only the matching on filenames are prioritized, but also it supports space-seperated and orderless text component match (just like emacs's awesome orderless). It would be nice to support this!