snacks.nvim/lua/snacks/picker
2025-11-03 07:29:38 +01:00
..
config feat(gh): when on a review comment, the gh_comment action will now do a reply instead of a top-level comment. Fixes #2410 2025-11-02 18:09:08 +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.lsp_config): added server/dynamic capabilities to preview 2025-11-03 07:29:38 +01:00
util feat(gh): added reviews and nice diffs to gh buffer views. See #2411 2025-11-02 09:24:41 +01:00
actions.lua fix(picker.git_diff): don't show git status, disable stage/unstage/restore when merge-base is set. Closes #2397 2025-11-02 14:07:41 +01:00
format.lua fix(picker.git_diff): don't show git status, disable stage/unstage/restore when merge-base is set. Closes #2397 2025-11-02 14:07:41 +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 fix(image): allow to fully disable all image rendering with opts.image.enabled = false. Closes #2404 2025-11-02 14:33:38 +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