snacks.nvim/lua/snacks/picker
2025-10-31 23:19:58 +01:00
..
config feat(picker.git_diff): git_diff now also shows staged hunks and added stage/unstage/restore actions for hunks. Closes #2382 2025-10-30 11:59:39 +01:00
core fix(picker): close picker when layout closes. Closes #2365 2025-10-31 23:19:58 +01:00
source fix(picker.keymaps): try to locate neovim compiled lua source files for keymaps 2025-10-31 07:41:18 +01:00
util feat(picker.git_diff): git_diff now also shows staged hunks and added stage/unstage/restore actions for hunks. Closes #2382 2025-10-30 11:59:39 +01:00
actions.lua revert: jump buffer -> buffer!. See #2378 2025-10-31 21:21:05 +01:00
format.lua feat(picker.git_diff): git_diff now also shows staged hunks and added stage/unstage/restore actions for hunks. Closes #2382 2025-10-30 11:59:39 +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.preview): allow items to define a title used in the preview window 2025-10-29 13:47:25 +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-generate markdown docs 2025-10-23 13:43:55 +00:00