snacks.nvim/lua/snacks/picker/core
2025-10-21 15:37:51 +02:00
..
_health.lua fix(health): better health checks for picker. Closes #917 2025-02-04 17:24:27 +01:00
actions.lua fix(picker.actions): multi-action descriptions. Fixes #1501 2025-10-17 21:13:56 +02:00
filter.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +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 feat(image): show progress indicator when converting image files 2025-02-17 23:56:55 +01:00
list.lua fix(picker.list): resize when needed. Closes #2290 2025-10-21 14:44:03 +02:00
main.lua fix(main): get correct winid for prev window 2025-09-30 13:38:11 +02:00
matcher.lua fix(picker.core): respect camelCase for scoring when ignorecase is true (#1601) 2025-10-20 08:50:18 -07:00
picker.lua fix(picker): added show_delay to config max ms to wait to show if no results found yet. Closes #2206 2025-10-21 15:37:51 +02:00
preview.lua fix(picker): correct z-index for preview="main" layout 2025-10-21 12:49:56 +02: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