mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-12-30 13:21:50 +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,
|
entry_maker = entry_maker,
|
||||||
},
|
},
|
||||||
previewer = conf.file_previewer(opts),
|
previewer = conf.file_previewer(opts),
|
||||||
sorter = sorters.get_substr_matcher(opts),
|
sorter = sorters.fuzzy_with_index_bias(opts),
|
||||||
})
|
})
|
||||||
state.picker:find()
|
state.picker:find()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user