show hidden files in neo tree

This commit is contained in:
StuartStephens 2025-03-25 17:16:37 -04:00
parent 4ad887edf1
commit 1eb578b815
1 changed files with 4 additions and 0 deletions

View File

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