snacks.nvim/lua/snacks/picker/source
2025-02-04 20:40:29 +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(explorer): strip cwd from search text for explorer items 2025-02-04 20:40:29 +01:00
files.lua feat(rename): add old to on_rename callback 2025-02-04 17:10:55 +01:00
git.lua fix(git): use nul char as separator for git status 2025-02-04 19:08:38 +01:00
grep.lua feat(picker.projects): projects now automatically processes dev folders and added a bunch of actions/keymaps. Closes #871 2025-02-02 16:09:00 +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 fix(picker.lines): col is first non-whitespace. Closes #806 2025-01-31 06:13:39 +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 fix(git): use nul char as separator for git status 2025-02-04 19:08:38 +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 feat(picker.projects): allow disabling projects from recent files 2025-02-02 16:37:24 +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 feat(picker.commands): do not autorun commands that require arguments (#879) 2025-02-02 22:16:41 +01:00