snacks.nvim/lua/snacks/picker
2025-10-26 20:14:01 +01:00
..
config style(picker): default highlight for SnacksPickerFileType 2025-10-26 20:13:25 +01:00
core fix(picker): only trim space in the title if it's preceded by a word like character (skips icons) 2025-10-26 20:12:59 +01:00
source feat(picker.buffers): add filetype/buftype to search text 2025-10-26 20:12:31 +01:00
util perf(picker): re-use existing string parsers per language to prevent needing to create new parsers 2025-10-24 17:00:36 +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 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): show proper preview message for deleted scratch buffers 2025-10-26 20:12:09 +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