Showing All files and directories (dotfiles, hidden due to mention: ex. .gitignore) #3092
|
I just wanna ask some help for the following situation: Whatever file is mentioned in what file do i add to my config in NVChad so all files, no matter what they are, or where they are mentioned in, if it exists in the file tree, it would show up? idk if this causes issues, but for context im using neovim no Windows |
Answered by
alex-courtis
Mar 29, 2025
Replies: 1 comment 3 replies
|
I'm not familiar with NVChad, however you can use the filter mappings and options to change behaviour. e.g. Use |
3 replies
Answer selected by
Enzoss100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not familiar with NVChad, however you can use the filter mappings and options to change behaviour.
e.g.
Ito toggle gitignore files temporarily,filters.git_ignoredoption to change permanently.Use
g?to view help and show all mappings.See
:help nvim-tree-opts-filtersfor all filter options.