Skip to content

Commit

Permalink
chore(dotfiles): make neo-tree display hidden files by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed Jan 2, 2025
1 parent 3fc1368 commit c8685b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotfiles/nvim/lua/plugins/neo-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ return {
"nvim-neo-tree/neo-tree.nvim",
opts = {
follow_current_file = true,
filesystem = {
filtered_items = {
visible = true,
},
},
},
}

0 comments on commit c8685b6

Please sign in to comment.