fdschmidt93 / telescope-egrepify.nvim

Variable user customization for telescope.live_grep to set rg flags on-the-fly
MIT License
115 stars 11 forks source link

fix(entry_maker): support sorting_strategy=descending #14

Closed fdschmidt93 closed 11 months ago

fdschmidt93 commented 11 months ago

@otavioschwanck does this fix your issue? Please give it a try.

Comes with a slight but unavoidable performance hit since we have to shuffle the title towards the back.

Should close #10

otavioschwanck commented 11 months ago

@otavioschwanck does this fix your issue? Please give it a try.

Comes with a slight but unavoidable performance hit since we have to shuffle the title towards the back.

Should close #10

Yeah, it fixes! Thank you!

fdschmidt93 commented 11 months ago

Thanks for confirming!