Skip to content

Commit 18b13a6

Browse files
committed
feat(filesystem): show hidden count by default (filesystem.filtered_items.show_hidden_count)
1 parent 5adde6c commit 18b13a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/neo-tree/defaults.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ local config = {
272272
filtered_items = {
273273
visible = false, -- when true, they will just be displayed differently than normal items
274274
force_visible_in_empty_folder = false, -- when true, hidden files will be shown if the root folder is otherwise empty
275-
show_hidden_count = false, -- when true, the number of hidden items in each folder will be shown as the last entry
275+
show_hidden_count = true, -- when true, the number of hidden items in each folder will be shown as the last entry
276276
hide_dotfiles = true,
277277
hide_gitignored = true,
278278
hide_hidden = true, -- only works on Windows for hidden files/directories

0 commit comments

Comments
 (0)