-
Nvim noob here I don't understand why some files in my .gitignore doesn't show in the tree. Just because I don't want to push these files to remote doesn't mean I don't want to work on them locally. Tried using Anyone know how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
gegoune
Dec 5, 2023
Replies: 1 comment 1 reply
-
Git ignored files are filtered out by default. Search for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SchoolyB
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Git ignored files are filtered out by default. Search for
git_ignored
in:h nvim-tree-setup
to disable filtering. You can also toggle it withI
, have a look at:h nvim-tree-opts-filters
.