snacks.nvim/lua/snacks/picker/source
2025-02-08 07:12:31 +01:00
..
buffers.lua ci: auto generate picker function types 2025-02-05 07:44:26 +01:00
diagnostics.lua ci: auto generate picker function types 2025-02-05 07:44:26 +01:00
explorer.lua feat(explorer): allow disabling untracked git status. Closes #983 2025-02-07 10:26:33 +01:00
files.lua fix(picker.projects): use fd or fdfind 2025-02-06 19:25:44 +01:00
git.lua fix(picker.git): account for deleted files in git diff. Closes #1001 2025-02-08 07:12:31 +01:00
grep.lua style(picker.grep): added grep debug mode 2025-02-07 06:34:45 +01:00
help.lua ci: auto generate picker function types 2025-02-05 07:44:26 +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.lazy): don't use grep. Parse spec files manually. Closes #972 2025-02-07 07:16:32 +01:00
lines.lua perf(picker): cache treesitter line highlights 2025-02-05 20:32:30 +01:00
lsp.lua fix(picker.lsp): fix indent guides for sorted document symbols 2025-02-07 09:24:55 +01:00
meta.lua ci: auto generate picker function types 2025-02-05 07:44:26 +01:00
proc.lua fix(picker.proc): don't close stdout on proc exit, since it might still contain buffered output. Closes #966 2025-02-07 16:50:51 +01:00
qf.lua ci: auto generate picker function types 2025-02-05 07:44:26 +01:00
recent.lua fix(picker.projects): add custom project dirs 2025-02-07 06:26:45 +01:00
snacks.lua fix(picker): show new notifications on top 2025-01-30 17:56:14 +01:00
system.lua ci: auto generate picker function types 2025-02-05 07:44:26 +01:00
treesitter.lua feat(picker): added treesitter symbols picker 2025-02-07 21:52:00 +01:00
vim.lua feat(picker.undo): ctrl+y to yank added lines, ctrl+shift+y to yank deleted lines 2025-02-07 21:58:34 +01:00