Follow actual file path when opening a project #20
Unanswered
steakhutzeee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I tried many project plugins but had the same issue with them all.
When switching to a project the user is given the option to choose the file to open. Now if the file is in a sub dir of the project then the file is opened but the :!pwd remains at the project root.
This gives me problems when I want to use a session manager plugin that saves the session for the cwd, because the sessions are saved for the project dir and not for the sub dir where the opened files actually live.
So could be possible to have an option to follow and set the cwd in neovim to the actual path of the opened file when opening a project?
Hope the question is clear, thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions