snacks.nvim/lua/snacks/picker/core
2025-02-10 20:26:14 +01:00
..
_health.lua fix(health): better health checks for picker. Closes #917 2025-02-04 17:24:27 +01:00
actions.lua feat(explorer): rewrite that no longer depends on fd for exploring 2025-02-04 17:13:06 +01:00
filter.lua feat(explorer): added support for live search 2025-02-06 10:25:39 +01:00
finder.lua fix(picker.finder): correct check if filter changed 2025-02-04 17:11:58 +01:00
frecency.lua feat(picker.frecency): added frecency support for directories 2025-02-02 22:04:21 +01:00
input.lua refactor(picker): refactor all the things 2025-02-10 20:26:14 +01:00
list.lua refactor(picker): refactor all the things 2025-02-10 20:26:14 +01:00
main.lua fix(picker): consider zen windows as main. Closes #973 2025-02-07 06:38:38 +01:00
matcher.lua fix(picker.matcher): only consider subset patterns that contain only whitespace and alpha numeric chars. Closes #1013 2025-02-08 18:40:06 +01:00
picker.lua refactor(picker): refactor all the things 2025-02-10 20:26:14 +01:00
preview.lua refactor(picker): refactor all the things 2025-02-10 20:26:14 +01:00
score.lua feat(picker.matcher): added opts.matcher.history_bonus that does fzf's scheme=history. Closes #882. Closes #872 2025-02-03 07:30:53 +01:00