snacks.nvim/lua/snacks/picker/core
2025-02-20 07:28:49 +01:00
..
_health.lua fix(health): better health checks for picker. Closes #917 2025-02-04 17:24:27 +01:00
actions.lua refactor(compat): use svim.islist 2025-02-20 07:00:05 +01: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): allow horizontal scrolling in the list 2025-02-20 07:28:49 +01:00
main.lua fix(dashboard): allow dashboard to be the main editor window 2025-02-14 07:04:56 +01:00
matcher.lua feat(compat): added svim, a compatibility layer for Neovim. Closes #1321 2025-02-20 06:59:44 +01:00
picker.lua fix(picker.list): don't show preview when target cursor/top not yet reached. Closes #1204 2025-02-15 23:16:46 +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