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>.",
|
||||
function()
|
||||
Snacks.picker.files()
|
||||
Snacks.picker.files({ hidden = true })
|
||||
end,
|
||||
desc = "Files",
|
||||
},
|
||||
{
|
||||
"<leader>.",
|
||||
"<leader>a",
|
||||
function()
|
||||
Snacks.picker.files({ hidden = true, ignored = true })
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue