snacks.nvim/lua/snacks/picker/util
2025-01-30 21:04:05 +01:00
..
async.lua fix(picker.async): better handling of abort and schedule/defer util function 2025-01-22 23:49:56 +01:00
db.lua perf(picker.frecency): cache all deadlines on load 2025-01-23 23:25:16 +01:00
highlight.lua feat(picker): added notifications picker. Closes #738 2025-01-28 17:16:32 +01:00
history.lua feat(picker): persistent history. Closes #528 2025-01-20 18:30:52 +01:00
init.lua refactor(picker.actions): move pick_win to util so it can be used outside the picker. Closes #623 2025-01-30 21:04:05 +01:00
kv.lua perf(picker.frecency): cache all deadlines on load 2025-01-23 23:25:16 +01:00
minheap.lua fix(picker.minheap): clear sorted on minheap clear. Fixes #492 2025-01-15 21:31:59 +01:00
queue.lua perf(picker): small optims for abort 2025-01-21 12:16:16 +01:00