fdschmidt93 / telescope-egrepify.nvim

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

fix(entry_maker): support sorting_strategy=descending #14

Closed fdschmidt93 closed 1 year ago

fdschmidt93 commented 1 year 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 1 year 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 1 year ago

Thanks for confirming!