snacks.nvim/lua/snacks/picker
2025-11-05 06:55:39 +01:00
..
config fix(picker.diff): added showbreak="" for fancy diff. Closes #2441 2025-11-05 06:55:39 +01:00
core fix(picker): don't focus a picker window when toggling a window and picker wasn't current. closes #2417 2025-11-02 16:20:39 +01:00
source feat(picker.diff): new fancy diff renderer 2025-11-04 22:22:17 +01:00
util fix(diff): fallback if Normal has no fg color. Closes #2436 2025-11-04 22:23:27 +01:00
actions.lua fix(picker.actions): only allow stage/unstage/restore for some diffs 2025-11-03 13:33:36 +01:00
format.lua fix(picker.diff): parse full diff including diff and hunk headers. Closes #2429 2025-11-03 21:50:49 +01:00
init.lua feat(picker): enhanced resume with multi-state support and flexible API 2025-10-22 13:24:18 +02:00
preview.lua feat(picker): consolidate all diff options under opts.previewers.diff. Default style is fancy 2025-11-04 22:22:17 +01: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-generated docs 2025-11-02 11:32:25 +00:00