Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save session for actual dir instead of project root when using project management plugins #115

Open
steakhutzeee opened this issue Apr 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@steakhutzeee
Copy link

Describe the problem or limitation you are having
When using plugins to jump to projects, like https://github.com/ahmedkhalf/project.nvim these let you jump to a project root dir and open a file. Then the !pwd will be the one of the project root, not the one of the opened file. So the session will be saved for the project root instead of the eventual subdir where the opened file resides.

Describe the solution you'd like
Could be possible to implement a way to double check the actual path of the opened file and save the session for that path instead of just relying on the !pwd?

Describe alternatives you've considered
N/A

Additional context
N/A

@steakhutzeee steakhutzeee added the enhancement New feature or request label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant