mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
improve mbox telescope picker sorter
This commit is contained in:
@@ -40,7 +40,7 @@ M.mbox_picker = function(mboxes)
|
||||
pickers.new {
|
||||
results_title = 'Mailboxes',
|
||||
finder = finders.new_table(finder_opts),
|
||||
sorter = sorters.fuzzy_with_index_bias(),
|
||||
sorter = sorters.get_generic_fuzzy_sorter(),
|
||||
attach_mappings = function(prompt_bufnr)
|
||||
actions.select_default:replace(function()
|
||||
local selection = action_state.get_selected_entry()
|
||||
|
||||
Reference in New Issue
Block a user