Replies: 3 comments
-
Is Git ignored files are hidden by default, see They can be toggled via |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, thanks. I completely missed that this was a feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can also always show a particular path regardless of any ignores:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I recently switched to nvim-tree from nerdtree and for some reason that I can't figure out some directories are simply missing from the file browser. One such example is node_modules in a JS project that I'm working on.
Is this a bug or am I simply missing something about how nvim-tree is supposed to work?
Neovim version
Operating system and version
Linux 5.15.75, Nixos 22.05
nvim-tree version
a0f3e99
Minimal config
Steps to reproduce
cd ~/Code/my_project
nvim
:NvimTreeOpen
Expected behavior
I should see all directories that are not hidden.
Actual behavior
One directory is missing and I can't see anything such as permissions that's setting it apart from other directories.
Beta Was this translation helpful? Give feedback.
All reactions