mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
snacks tweaks
This commit is contained in:
parent
bb2a34d620
commit
e7eb63b09b
4 changed files with 17 additions and 6 deletions
|
|
@ -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(...)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue