shows hidden and ignored files in file picker
This commit is contained in:
parent
b72a51a3ea
commit
775d0c52a3
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ return {
|
|||
{
|
||||
"<leader>.",
|
||||
function()
|
||||
Snacks.picker.files()
|
||||
Snacks.picker.files({ hidden = true, ignored = true })
|
||||
end,
|
||||
desc = "",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue