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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not familiar with NVChad, however you can use the filter mappings and options to change behaviour. e.g. Use |
Beta Was this translation helpful? Give feedback.
I'm not familiar with NVChad, however you can use the filter mappings and options to change behaviour.
e.g.
I
to toggle gitignore files temporarily,filters.git_ignored
option to change permanently.Use
g?
to view help and show all mappings.See
:help nvim-tree-opts-filters
for all filter options.