snacks.nvim/lua/snacks/picker/source
2025-01-30 20:57:17 +01:00
..
buffers.lua feat(picker): reworked toggles (flags). they're now configurable. Closes #770 2025-01-30 17:56:14 +01:00
diagnostics.lua refactor(picker.finder): function signature of finders changed to fun(opts, ctx) 2025-01-22 23:49:56 +01:00
explorer.lua fix(picker.actions): when only 1 win, pick_win will select that automatically. Show warning when no windows. See #623 2025-01-30 20:57:17 +01:00
files.lua feat(picker.files): allow forcing the files finder to use a certain cmd 2025-01-30 17:56:14 +01:00
git.lua fix(picker.git): better stash pattern. Closes #775 2025-01-29 00:07:58 +01:00
grep.lua fix(picker.grep): off-by-one for grep results col 2025-01-23 21:16:43 +01:00
help.lua feat(picker.help): add more color to help tags 2025-01-22 23:49:56 +01:00
icons.lua fix(picker.icons): opts.icons -> opts.icon_sources. Fixes #715 2025-01-23 13:12:56 +01:00
lazy.lua feat(picker): added lazy source to search for a plugin spec. Closes #680 2025-01-23 13:04:00 +01:00
lines.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
lsp.lua refactor(picker): indent/hierarchy => tree 2025-01-30 17:56:14 +01:00
meta.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
proc.lua refactor(picker): pass finder context to transform 2025-01-22 23:49:56 +01:00
qf.lua refactor(picker.finder): function signature of finders changed to fun(opts, ctx) 2025-01-22 23:49:56 +01:00
recent.lua perf(picker.recent): correct generator for old files 2025-01-28 14:19:47 +01:00
snacks.lua fix(picker): show new notifications on top 2025-01-30 17:56:14 +01:00
system.lua refactor(picker): pass finder context to transform 2025-01-22 23:49:56 +01:00
vim.lua refactor(picker.format): remove redundant depth and addes support for indent guides to file formatter 2025-01-30 17:56:14 +01:00