snacks tweaks

This commit is contained in:
iofq 2025-02-04 02:03:02 -06:00
parent bb2a34d620
commit e7eb63b09b
4 changed files with 17 additions and 6 deletions

View file

@ -20,6 +20,13 @@ return {
return vim.o.columns >= 120 and "telescope" or "vertical"
end
},
picker = {
sources = {
files = { hidden = true },
grep = { hidden = true },
explorer = { hidden = true },
},
},
actions = {
trouble_open = function(...)
return require("trouble.sources.snacks").actions.trouble_open.action(...)