nvim-telescope / telescope-fzf-writer.nvim

Incorporating some fzf concepts with plenary jobs and telescope
72 stars 7 forks source link

fzf_writer.grep empty with ripgrep 13.0.0 #9

Open samhvw8 opened 3 years ago

samhvw8 commented 3 years ago

fzf_writer.grep empty with ripgrep 13.0.0 while fzf_writer.files still work currentfly, downgrade to ripgrep 12.1.1 solve this issues

Conni2461 commented 3 years ago

I do not use writer but i can merge any fix for this. Maybe you want to look at this to figure out how to make it work https://github.com/nvim-telescope/telescope.nvim/pull/908

marty-oehme commented 3 years ago

Removing the table.remove(rg_args, 1) on line 46 of the fzf_writer.lua file makes the grepped results appear again for now.

However, to be honest I've only played around with this for 5 minutes and do not know why it does - it seems to just double-send the rg command to the Job?