snacks.nvim/lua/snacks/picker/source
2025-01-18 11:35:23 +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 feat(picker): added exclude option for files and grep. Closes #581 2025-01-17 14:35:29 +01:00
git.lua fix(picker): show all files in git status (#586) 2025-01-17 20:41:13 +01:00
grep.lua feat(picker): added exclude option for files and grep. Closes #581 2025-01-17 14:35:29 +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 fix(picker.proc): correct offset for carriage returns. Fixes #599 2025-01-18 09:47:11 +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 feat(picker.frecency): cleanup old entries from sqlite3 database 2025-01-18 11:35:23 +01:00
system.lua feat(snacks): added snacks.picker (#445) 2025-01-14 22:53:59 +01:00
vim.lua fix(picker.list): newlines in text. Fixes #607. Closes #580 2025-01-18 10:37:00 +01:00