Replies: 1 comment 6 replies
-
This is indeed undesirable behaviour, however nvim-tree will not do this by default. What configuration have you set? |
Beta Was this translation helpful? Give feedback.
6 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.
-
I noticed that when I edit a file in a npm package, vim tree automatically changes directory to the root directory of the project (where the
package.json
file is located). Is it possible to disable this behavior? This is a bit annoying because I'm working on a mono repo with multiple npm packages and I would rather have vim tree auto cd to the root .git directory or not auto cd at all. Thanks.Beta Was this translation helpful? Give feedback.
All reactions