Skip to content

Commit

Permalink
🔧 never show node_modules in neo-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Oct 13, 2024
1 parent e23ddd2 commit 3b1bb50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/nvim/.config/nvim/lua/plugins/neo-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ return {
never_show = {
".git",
".DS_Store",
"node_modules"
},
},
},
Expand Down

0 comments on commit 3b1bb50

Please sign in to comment.