Not show ignored file by default

This commit is contained in:
Yan Lin 2025-08-29 07:42:22 +02:00
parent 699cbd620e
commit f085f28132

View file

@ -227,7 +227,7 @@
},
filters = {
dotfiles = true, -- Hide dotfiles by default (H to toggle)
git_ignored = false, -- Show gitignored files by default (I to toggle)
git_ignored = true, -- Show gitignored files by default (I to toggle)
custom = { -- Hide macOS system files
".DS_Store",
},