snacks.nvim/lua/snacks/picker
2025-10-24 17:00:36 +02:00
..
config fix(picker): set min file width to 40 2025-10-24 16:26:52 +02:00
core feat(picker.scratch): add scratch picker with grep, new and delete keybinds (#1019) 2025-10-23 10:53:02 +02:00
source fix(picker): fix race condition causing "Finder yielded after done" error. Closes #2327 2025-10-24 07:25:22 +02:00
util perf(picker): re-use existing string parsers per language to prevent needing to create new parsers 2025-10-24 17:00:36 +02:00
actions.lua fix(picker.actions): ensure the current window is updated after tabdrop (#2326) 2025-10-23 09:09:24 +02:00
format.lua feat(select): allow configuring options for specific vim.ui.select kinds 2025-10-23 18:53:23 +02:00
init.lua feat(picker): enhanced resume with multi-state support and flexible API 2025-10-22 13:24:18 +02:00
preview.lua refactor(picker.preview): centralize builtin/pager git options 2025-10-24 08:30:22 +02:00
resume.lua feat(picker): when resuming a source that has nothing to resume, start a picker with the source instead 2025-10-22 13:31:47 +02:00
select.lua feat(select): allow configuring options for specific vim.ui.select kinds 2025-10-23 18:53:23 +02:00
sort.lua feat(picker): added lsp_config source 2025-02-11 13:41:32 +01:00
transform.lua feat(picker.finder): optional transform function 2025-01-22 23:49:56 +01:00
types.lua chore(build): auto-generate markdown docs 2025-10-23 13:43:55 +00:00