telescope-fzf-native.nvim
telescope-fzf-native.nvim copied to clipboard
Support fzf --scheme=path behavior
fzf hash added the path scheme. This makes it so that we can see prioritized results where the latter parts of the string are matched first (among other tweaks), which is usually what you want when selecting files.
For instance, when I search my source folder and type in modern.sh:
- using
fzf --scheme=defaultthe first result is.../modern.sh/README.md - using
fzf --scheme=paththe first result is.../modern.sh/modern.sh - using Telescope without
telescope-fzf-nativethe first result is.../modern.sh/modern.sh - using Telescope with
telescope-fzf-nativethe first result is.../modern.sh/README.md