show hidden dotfiles by default

This commit is contained in:
Reathe 2026-01-29 14:58:30 +01:00
parent 4329500f85
commit 8638f8b57d
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ return {
['\\'] = 'close_window',
},
},
filtered_items = {
visible = true,
hide_dotfiles = false,
hide_gitignored = false,
},
},
},
}