snacks.nvim/lua/snacks/picker/core
2025-10-29 23:54:50 +01:00
..
_health.lua fix(health): better health checks for picker. Closes #917 2025-02-04 17:24:27 +01:00
actions.lua feat(picker.scratch): add scratch picker with grep, new and delete keybinds (#1019) 2025-10-23 10:53:02 +02:00
filter.lua refactor(picker): ctx:clone. closes #2386 2025-10-29 23:54:50 +01:00
finder.lua refactor(picker): ctx:clone. closes #2386 2025-10-29 23:54:50 +01:00
frecency.lua feat(picker.frecency): added frecency support for directories 2025-02-02 22:04:21 +01:00
input.lua fix(picker): pause input progress info for 60ms to prevent flickering when finder is too fast 2025-10-26 21:05:17 +01:00
list.lua fix(picker.list): resize when needed. Closes #2290 2025-10-21 14:44:03 +02:00
main.lua fix(explorer): reset main when entering another window. Closes #1587 2025-10-21 16:30:33 +02:00
matcher.lua feat(picker.lsp): added option keep_parents to lsp_symbols (default false). See #2083. closes #2266 2025-10-22 11:24:08 +02:00
picker.lua fix(picker): dont watch files for closed pickers. Fixes #2365 2025-10-28 00:18:36 +01:00
preview.lua feat(picker): better integration with markview and render-markdown when previewing 2025-10-29 13:49:34 +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