snacks.nvim/lua/snacks/picker/source
2025-01-20 09:56:12 +01:00
..
buffers.lua feat(picker.buffer): add filetype to bufname for buffers without name 2025-01-19 23:40:36 +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 args option for files and grep. Closes #621 2025-01-19 22:01:23 +01:00
git.lua feat(picker): added git_branches picker. Closes #614 2025-01-19 16:24:35 +01:00
grep.lua feat(picker): added args option for files and grep. Closes #621 2025-01-19 22:01:23 +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.lsp): lazy resolve item lsp locations. Fixes #650 2025-01-20 09:56:12 +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 feat(picker): added undo picker to navigate the undo tree. Closes #638 2025-01-19 21:54:18 +01:00