Replies: 1 comment 3 replies
-
|
It might just be that the word require("neo-tree").setup({
filesystem = {
filtered_items = {
hide_by_pattern = {
'*/src/lambda/*/tsconfig.json',
}
}
}
}) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In nvim-tree I could hide fill paths.
My use case is I have a bunch of directories one per lambda function
They each have symlinks to things like tsconfig.json and a dist directory for building.
I've tried
all with no luck
Beta Was this translation helpful? Give feedback.
All reactions