mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
fix: use substr matcher to use sorting by scores (#94)
This commit is contained in:
parent
e5696afabd
commit
09269b2b9d
@ -276,7 +276,7 @@ local frecency = function(opts)
|
||||
entry_maker = entry_maker,
|
||||
},
|
||||
previewer = require("telescope.config").values.file_previewer(opts),
|
||||
sorter = require'telescope.sorters'.fuzzy_with_index_bias(opts),
|
||||
sorter = require'telescope.sorters'.get_substr_matcher(opts),
|
||||
})
|
||||
state.picker:find()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user