snacks.nvim/lua/snacks/picker
2025-10-21 23:29:58 +02:00
..
config feat(picker): added live support to git_log, which uses -S (pickaxe) to search. Closes #1544 2025-10-21 17:49:13 +02:00
core fix(picker.preview): don't record previeww searches in history and prevent scrolling from the top. Closes #2305 2025-10-21 23:29:58 +02:00
source perf(grep): move match parsing to resolve and fix an issue with .* results. Closes #2308 2025-10-21 22:32:44 +02:00
util feat(picker): add exact match position highlighting for grep results 2025-10-21 12:27:45 +02:00
actions.lua feat(picker): add git_restore action for git_status picker 2025-10-21 12:43:00 +02:00
format.lua feat(picker): add author field to git log (#2295) 2025-10-21 16:38:24 +02:00
init.lua fix(all): better support for opening windows / pickers / ... on multiple tab pages. Closes #1043 2025-02-10 11:24:13 +01:00
preview.lua feat(picker.git): use default previewer args in git_show (#1736) 2025-10-21 16:43:37 +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 chore(build): auto-generate docs 2025-03-01 08:49:34 +00:00