Open samhvw8 opened 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
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?
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