snacks.nvim/lua/snacks/picker/source
2025-02-17 23:56:55 +01:00
..
lsp fix(picker.lsp): handle invalid lsp kinds. Closes #1182 2025-02-14 22:52:56 +01:00
buffers.lua fix(buffers): use " mark for full buffer position when set. Closes #1160 2025-02-14 07:31:28 +01:00
diagnostics.lua ci: auto generate picker function types 2025-02-05 07:44:26 +01:00
explorer.lua fix(picker.explorer): ensure diagnostics can be disabled (#1145) 2025-02-13 21:07:41 +01:00
files.lua feat(picker.files): added ft option to filter by extension(s) 2025-02-10 10:27:34 +01:00
git.lua fix(picker.git): correct root dir for git log 2025-02-15 12:06:25 +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 fix(picker.lines): use original buf instead of current (which can be the picker on refresh) 2025-02-08 17:21:04 +01:00
meta.lua ci: auto generate picker function types 2025-02-05 07:44:26 +01:00
proc.lua feat(image): show progress indicator when converting image files 2025-02-17 23:56:55 +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(treesitter): add tree boolean to toggle on/off tree symbols (#1105) 2025-02-12 13:18:37 +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