nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.36k stars 45 forks source link

Is it possible to enable the sorter for all the pickers? #65

Closed SoryEscobar closed 1 year ago

SoryEscobar commented 2 years ago

Hi, I've been trying to make the fzf native sorter the default sorter for all the pickers but I keep finding on the sorter working only on a few of them like the find_files picker, but for example not in the lsp ones, tags or even the grep_search.

My question is, is this a config issue on my end or a plugin issue?

Conni2461 commented 2 years ago

This is most likely a configuration issue on your side, it should work for almost all pickers (not live_grep, that one is special). Can you share your config?

Conni2461 commented 1 year ago

Closing because of stale. Also this is 100% a configuration issue. Just dont override the default configuration. Feel free to reopen, if this is still relevant for you. But then please share your config ;)