Skip to content

Commit

Permalink
Merge pull request AstroNvim#244 from kabinspace/hide_dotfiles
Browse files Browse the repository at this point in the history
fix hidden files in neo-tree
  • Loading branch information
mehalter committed Mar 31, 2022
2 parents d064059 + 524a67c commit bdeb771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/configs/neo-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function M.config()
filesystem = {
filtered_items = {
visible = false,
hide_dotfiles = false,
hide_dotfiles = true,
hide_gitignored = false,
hide_by_name = {
".DS_Store",
Expand Down

0 comments on commit bdeb771

Please sign in to comment.