snacks.nvim/lua/snacks/picker
2025-10-23 09:25:56 +02:00
..
config feat(picker.git_diff): add base option to show diff against a merge base. Useful to see changes on a branch/PR 2025-10-23 09:25:56 +02:00
core feat(picker): enhanced resume with multi-state support and flexible API 2025-10-22 13:24:18 +02:00
source feat(picker.git_diff): add base option to show diff against a merge base. Useful to see changes on a branch/PR 2025-10-23 09:25:56 +02:00
util feat(picker): add exact match position highlighting for grep results 2025-10-21 12:27:45 +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(picker): added Snacks.picker.tags() a picker for ctags. Closes #1728 2025-10-22 14:44:02 +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 feat(picker.git): use default previewer args in git_show (#1736) 2025-10-21 16:43:37 +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(picker.select): select now fits the list to the items independent of the layout. Closes #2035 2025-10-11 11:09:40 +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 feat(picker): added Snacks.picker.tags() a picker for ctags. Closes #1728 2025-10-22 14:44:02 +02:00