nvim-tree miss some files/dirs in bazel project dir
yzr95924 opened this issue · comments
Description
directory tree in nvim-tree

The files/link under red are missing.
I think it is easy to reproduce this issue, since this directory layout is the default option in any bazel C/C++ project. Can anyone provide some hints? Thanks!
Neovim version
NVIM v0.10.3
Build type: RelWithDebInfo
LuaJIT 2.1.171348406
Operating system and version
Linux ubuntu22-build-103 5.15.163 #1 SMP Sun Sep 15 22:55:25 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
Windows variant
No response
nvim-tree version
v1.11.0
Clean room replication
1. create any bazel C/C++ project
2. use nvim to open above project directorySteps to reproduce
Expected behavior
it should show all files/subdirectories.
No response
Actual behavior
No response
GitHub failed me. Converting to discussion did not work. 🤷
The issue is most likely with paths being added to .gitignore and not displayed by nvim-tree by default. Press I (capital i) to show them. Please reopen if that's not the case.



