Can I hide folders and files per project? #3047
-
Hi, I found out I could hide folder globally with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We don't have that functionality, however it would be very useful. It's not pretty, but you can work around it by defining a function that dynamically filters. I have a similar one in my config, for git ignoring a list of project prefixes: |
Beta Was this translation helpful? Give feedback.
We don't have that functionality, however it would be very useful.
As usual, pull requests are most gratefully appreciated, see CONTRIBUTING.md
It's not pretty, but you can work around it by defining a function that dynamically filters. I have a similar one in my config, for git ignoring a list of project prefixes:
https://github.com/alex-courtis/arch/blob/497777f10727f7f4ff4f85a903168054f878e051/config/nvim/lua/amc/plugins/nvt.lua#L217