ahmedkhalf / project.nvim

The superior project management solution for neovim.
Apache License 2.0
1.35k stars 131 forks source link

Automatically add projects, manually change CWD #126

Open keevan opened 1 year ago

keevan commented 1 year ago

Is there a combination of settings that will allow this to happen? Currently, if manual mode is OFF, projects are added automatically, but switching to a file (e.g. in a monorepo) will cause the CWD to be updated automatically. This may, or in my case may not be desired.

When setting manual mode to ON, projects are no longer automatically added, which was half the fun :-)

I'm looking for a solution where I can get the projects automatically added but when I need to switch between the submodule / nested repository and the main one I would do so manually using the telescope picker. Otherwise the CWD/PWD should stay fixed.

I've looked in the current issues but I couldn't find anything similar or describes the problem I'm having.

Thanks for your time.

rameshsanth commented 1 year ago

See if this one would work out for you.. https://github.com/ahmedkhalf/project.nvim/pull/130

rubiin commented 8 months ago

I am looking for something similar. The readme is pretty vague on what manual mode does. It says ot wont cd, but the projects are not added as well.