snacks.nvim/lua/snacks/picker
2025-02-14 07:39:00 +01:00
..
config feat(picker.format): opts.formatters.file.use_git_status_hl defaults to true and adds git status hl to filename 2025-02-14 07:39:00 +01:00
core feat(picker): opts.focus can be used to set default focus window. opts.enter if picker should be focused on enter. Closes #1162 2025-02-14 07:09:51 +01:00
source fix(buffers): use " mark for full buffer position when set. Closes #1160 2025-02-14 07:31:28 +01:00
util feat(picker.util): lua globber 2025-02-11 22:22:04 +01:00
actions.lua fix(picker.git): better handling of multi file staging 2025-02-13 20:27:29 +01:00
format.lua feat(picker.format): opts.formatters.file.use_git_status_hl defaults to true and adds git status hl to filename 2025-02-14 07:39:00 +01: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(image): markdown inline image preview. opts.image must be enabled and terminal needs support 2025-02-13 18:03:33 +01:00
select.lua fix(picker): vim.ui.select callback is called when canceling selection (#1115) 2025-02-13 17:52:20 +01: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-02-11 12:42:34 +00:00