config
This commit is contained in:
parent
74768232ec
commit
23b5457ab7
3 changed files with 4 additions and 4 deletions
|
|
@ -49,13 +49,11 @@ Snacks.setup({
|
|||
select = { layout = { fullscreen = false } },
|
||||
files = {
|
||||
cmd = "fd",
|
||||
ignored = true,
|
||||
hidden = true,
|
||||
exclude = exclude,
|
||||
layout = { preset = "select", fullscreen = false },
|
||||
},
|
||||
grep = files,
|
||||
lsp_symbols = files,
|
||||
grep = { exclude = exclude },
|
||||
lsp_symbols = { exclude = exclude },
|
||||
explorer = {
|
||||
ignored = true,
|
||||
hidden = true,
|
||||
|
|
|
|||
2
.rgignore
Normal file
2
.rgignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
media/*
|
||||
home/*
|
||||
Loading…
Add table
Reference in a new issue