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 } },
|
select = { layout = { fullscreen = false } },
|
||||||
files = {
|
files = {
|
||||||
cmd = "fd",
|
cmd = "fd",
|
||||||
ignored = true,
|
|
||||||
hidden = true,
|
|
||||||
exclude = exclude,
|
exclude = exclude,
|
||||||
layout = { preset = "select", fullscreen = false },
|
layout = { preset = "select", fullscreen = false },
|
||||||
},
|
},
|
||||||
grep = files,
|
grep = { exclude = exclude },
|
||||||
lsp_symbols = files,
|
lsp_symbols = { exclude = exclude },
|
||||||
explorer = {
|
explorer = {
|
||||||
ignored = true,
|
ignored = true,
|
||||||
hidden = 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