snacks.nvim/lua/snacks/picker/core
2025-02-25 15:25:48 +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): don't render list when closed. See #1308 2025-02-20 08:47:58 +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): allow overriding winhl of layout box wins. Closes #1424 2025-02-25 14:40:28 +01:00
preview.lua feat(util): util method to check if ts lang is available on any Neovim version. See #1422 2025-02-25 15:25:48 +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