nvim-telescope / telescope-fzf-native.nvim

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

Not working for live_grep #53

Closed ledesmablt closed 2 years ago

ledesmablt commented 2 years ago

Works completely fine for some commands like find_files but not live_grep (which I rely on the most).

Link to my telescope config here

Proof:

Working for find_files (space is respected) image

Not working for live_grep (space not respected) image

FZF :Rg behavior (desired, space is respected) image

Conni2461 commented 2 years ago

Telescope doesnt use sorters for live_grep.

You can do Telescope grep_string search=. Fuzzy live grep needs to be fixed in telescope core not here. We have it on our roadmap https://github.com/nvim-telescope/telescope.nvim/projects/2 https://github.com/nvim-telescope/telescope.nvim/issues/564

ledesmablt commented 2 years ago

Appreciate the response, thanks!

ssh352 commented 2 years ago

because of this limitation, I still use fzf for string search.

dylan-chong commented 9 months ago

I use grep_string instead of live_grep and this plugin works