telescope-frecency.nvim/lua/frecency
JINNOUCHI Yasushi 42b6421061
feat: add fuzzy matching sorter experimentally (#166)
* feat: add fuzzy matching sorter experimentally

* feat: add an option to select matcher logic

* feat: separate logic to match: fuzzy, fuzzy_full

* Revert "feat: separate logic to match: fuzzy, fuzzy_full"

This reverts commit 64c022904871143ab12c7d6ba29c89fbabdbe15e.

* feat: use fzy sorter and combine recency scores

* feat: enable to change logic to calculate scores

* feat: change the view for scores by config.matcher

* docs: add note in README

* docs: add note for `scoring_function`
2024-04-28 17:58:45 +09:00
..
database feat: access to DB as lazily as possible (#180) 2024-03-21 16:23:45 +09:00
tests Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
config.lua feat: add fuzzy matching sorter experimentally (#166) 2024-04-28 17:58:45 +09:00
database.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
entry_maker.lua feat: add fuzzy matching sorter experimentally (#166) 2024-04-28 17:58:45 +09:00
file_lock.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
finder.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
fs.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
fuzzy_sorter.lua feat: add fuzzy matching sorter experimentally (#166) 2024-04-28 17:58:45 +09:00
init.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
os_util.lua fix: fix joining paths in Windows (#168) 2024-01-28 15:52:47 +09:00
picker.lua feat: add fuzzy matching sorter experimentally (#166) 2024-04-28 17:58:45 +09:00
recency.lua feat(recency_values): customize recency_values (#190) 2024-04-06 20:49:45 +09:00
state.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
types.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00
watcher.lua fix: fix type names to avoid conflicting (#186) 2024-03-23 16:49:39 +09:00
web_devicons.lua Simplify code with using frecency.config (#189) 2024-03-25 18:45:45 +09:00