snacks.nvim/lua/snacks/picker
2025-10-28 00:14:17 +01:00
..
config style(picker): default highlight for SnacksPickerFileType 2025-10-26 20:13:25 +01:00
core feat(picker.diff): native diff now also highlights the language of the diffed code in the diff 2025-10-28 00:14:16 +01:00
source feat(picker.buffers): add filetype/buftype to search text 2025-10-26 20:12:31 +01:00
util style(picker): better debug/errors when running commands 2025-10-26 20:37:31 +01:00
actions.lua refactor(picker): move explorer.confirm to picker.util 2025-10-26 20:37:02 +01:00
format.lua refactor(picker.format): move commit_message format to its own formatter 2025-10-26 20:14:01 +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(picker.preview): don't show locations for diff preview 2025-10-28 00:14:17 +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