mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
feat: use sorter fuzzy_with_index_bias (#73)
This commit is contained in:
parent
9634c3508c
commit
72107a262f
@ -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()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user