We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filesystem.filtered_items.show_hidden_count
1 parent 5adde6c commit 18b13a6Copy full SHA for 18b13a6
lua/neo-tree/defaults.lua
@@ -272,7 +272,7 @@ local config = {
272
filtered_items = {
273
visible = false, -- when true, they will just be displayed differently than normal items
274
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
+ show_hidden_count = true, -- when true, the number of hidden items in each folder will be shown as the last entry
276
hide_dotfiles = true,
277
hide_gitignored = true,
278
hide_hidden = true, -- only works on Windows for hidden files/directories
0 commit comments