snacks.nvim/lua/snacks/picker/util
2025-10-24 17:00:36 +02:00
..
async.lua perf(explorer): don't wait till git status finished. Update tree when needed. See #869 2025-02-02 14:29:19 +01:00
db.lua feat(picker.db): allow configuring the sqlite3 lib path. Closes #1025 2025-02-09 10:02:23 +01:00
highlight.lua perf(picker): re-use existing string parsers per language to prevent needing to create new parsers 2025-10-24 17:00:36 +02:00
history.lua fix(picker): do not record consecutive duplicate history (#2040) 2025-10-20 15:40:09 +02:00
init.lua fix(picker.format): added min_width for truncated paths 2025-10-21 08:14:34 +02: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