-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I suspect that Neo-tree believes the directory your in is hidden and thus it marks everything under it as hidden. The standard in linux is that if something starts with That is my guess though. I don't use LazyNvim so I am not familiar with how to configure it. Thus I am going to assume you already know how to do this. For the filesystem = {
filtered_items = {
visible = true,
hide_dotfiles = false,
hide_hidden = false
}
} |
Beta Was this translation helpful? Give feedback.
-
From the screenshot it looks like they are being hidden due to them being |
Beta Was this translation helpful? Give feedback.
From the screenshot it looks like they are being hidden due to them being
gitgnore
d. Do you have agitignore
file that would cause this?