nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.4k stars 46 forks source link

Question: how to use fuzzy for file sorter while non-fuzzy for general sorter? #102

Closed linrongbin16 closed 1 year ago

linrongbin16 commented 1 year ago

Hi, here are two versions of configs:

v1:

fuzzy=true,
override_generic_sorter=false

v2:

fuzzy=false
override_generic_sorter=true

here are my questions:

  1. In v1 config, fzf is not working in live grep, correct?
  2. In v2 config, fzf is working in live grep, correct? If yes, how is the performance improved compare with non-fzf (v1)?