snacks.nvim/lua/snacks/picker
2025-02-03 13:03:22 +01:00
..
config feat(explorer): add hl groups for ignored / hidden files. Closes #887 2025-02-03 11:37:14 +01:00
core fix(picker.input): fixed startinsert weirdness with prompt buffers (again) 2025-02-03 13:03:22 +01:00
source fix(explorer): clear cache after action. Fixes #890 2025-02-03 12:03:46 +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 refactor(picker.actions): generic picker action 2025-02-03 13:03:22 +01:00
format.lua feat(explorer): add hl groups for ignored / hidden files. Closes #887 2025-02-03 11:37:14 +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(win): better handling of alien buffers opening in managed windows. See #886 2025-02-03 10:41:16 +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