fixes snacks file picker opts
This commit is contained in:
parent
7896598885
commit
623b41a255
1 changed files with 2 additions and 2 deletions
|
|
@ -68,12 +68,12 @@ return {
|
||||||
{
|
{
|
||||||
"<leader>.",
|
"<leader>.",
|
||||||
function()
|
function()
|
||||||
Snacks.picker.files()
|
Snacks.picker.files({ hidden = true })
|
||||||
end,
|
end,
|
||||||
desc = "Files",
|
desc = "Files",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"<leader>.",
|
"<leader>a",
|
||||||
function()
|
function()
|
||||||
Snacks.picker.files({ hidden = true, ignored = true })
|
Snacks.picker.files({ hidden = true, ignored = true })
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue