feat: use sorter fuzzy_with_index_bias (#73)

This commit is contained in:
Munif Tanjim 2022-11-06 18:38:28 +06:00 committed by GitHub
parent 9634c3508c
commit 72107a262f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ local frecency = function(opts)
entry_maker = entry_maker,
},
previewer = conf.file_previewer(opts),
sorter = sorters.get_substr_matcher(opts),
sorter = sorters.fuzzy_with_index_bias(opts),
})
state.picker:find()