snacks.nvim/lua/snacks/picker/core
2025-02-14 07:09:51 +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 fix(picker.input): prevent save dialog 2025-02-10 22:06:09 +01:00
list.lua fix(picker.list): keep existing target if it exists unless force = true. Closes #1152 2025-02-13 22:11:05 +01:00
main.lua fix(dashboard): allow dashboard to be the main editor window 2025-02-14 07:04:56 +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 feat(picker): opts.focus can be used to set default focus window. opts.enter if picker should be focused on enter. Closes #1162 2025-02-14 07:09:51 +01:00
preview.lua fix(picker.preview): work-around for Neovim's messy window-local options (that are never truly local). Closes #1100 2025-02-13 16:48:33 +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