Closed Sangdol closed 2 years ago
@Sangdol , got it. PR is welcome !
It turned out that we could fix this by just removing the --phony
option.
https://github.com/antoinemadec/coc-fzf/blob/812b0a47d0c8b066684d75bc6f9ad84627f8579e/autoload/coc_fzf/symbols.vim#L72
You can find a discussion about this here.
Hello,
Thanks for the awesome plugin.
Is your feature request related to a problem? Please describe.
I found that search results are not ordered by relevance, unlike how fzf usually works. Instead, they are ordered by the lexicographical order of file paths and names.
For example, when I search
Booking
in my project, this shows up:This makes it hard to select the desired result.
Describe the solution you'd like
It would be great if the result shows up in the order of something like this:
Thank you.