snacks.nvim/lua/snacks/picker
2025-02-03 10:41:16 +01:00
..
config feat(picker.matcher): added opts.matcher.history_bonus that does fzf's scheme=history. Closes #882. Closes #872 2025-02-03 07:30:53 +01:00
core fix(picker.preview): update main preview when changing the layout 2025-02-03 10:41:16 +01:00
source perf(explorer): use cache when possible for opening/closing directories. Closes #869 2025-02-03 09:26:07 +01:00
util feat(picker): automatically download sqlite3.dll on Windows when using frecency / history for the first time. 2025-02-03 08:59:00 +01:00
actions.lua feat(picker.commands): do not autorun commands that require arguments (#879) 2025-02-02 22:16:41 +01:00
format.lua fix(picker.git_log): add extra space between the date and the message (#885) 2025-02-03 09:03:15 +01:00
init.lua feat(picker): beter API to interact with active pickers. Closes #851 2025-02-01 14:40:00 +01:00
preview.lua fix(picker.preview): only show binary message when binary and no ft. Closes #729 2025-01-28 16:18:00 +01:00
select.lua fix(picker.select): allow configuring vim.ui.select with the select source. Closes #776 2025-01-29 12:49:20 +01:00
sort.lua feat(picker.sort): default sorter can now sort by len of a field 2025-01-17 09:40:38 +01:00
transform.lua feat(picker.finder): optional transform function 2025-01-22 23:49:56 +01:00