snacks.nvim/lua/snacks/picker/source
2025-01-16 23:59:08 +01:00
..
buffers.lua feat(picker): added preliminary support for combining finder results. More info coming soon 2025-01-15 10:58:31 +01:00
diagnostics.lua fix(picker): preview / lsp / diagnostics positions were wrong; Should all be (1-0) indexed. Fixes #543 2025-01-16 22:56:56 +01:00
files.lua fix(picker.files): ignore errors since it's not possible to know if the error isbecause of an incomplete pattern. Fixes #551 2025-01-16 22:31:34 +01:00
git.lua fix(picker.git): git_file and git_line should only show diffs including the file. Fixes #522 2025-01-16 23:21:49 +01:00
grep.lua fix(grep): explicitely set --no-hidden because of the git filter 2025-01-15 09:53:52 +01:00
help.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
lines.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
lsp.lua fix(picker): preview / lsp / diagnostics positions were wrong; Should all be (1-0) indexed. Fixes #543 2025-01-16 22:56:56 +01:00
meta.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
proc.lua style(picker): more useful transform 2025-01-15 10:59:26 +01:00
qf.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
recent.lua feat(picker): use an sqlite3 database for frecency data when available 2025-01-16 23:59:08 +01:00
smart.lua style(picker): cleanup 2025-01-16 13:03:41 +01:00
system.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
vim.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00