telescope.nvim
telescope.nvim copied to clipboard
Preserve the sort order after filtering builtin.jumplist()
Is your feature request related to a problem? Please describe.
Using builtin.jumplist(), as soon as I start filtering the list, the picker discards the initial jumplist order
Describe the solution you'd like I'd like the filtering to be stable and preserve the original sort order.
Describe alternatives you've considered n/a
Additional context https://github.com/nvim-telescope/telescope.nvim/blob/7bd2f9b72f8449780b79bcf351534e2cd36ec43a/lua/telescope/builtin/__internal.lua#L1470