Often times when working on PHP Projects I am jumping from one to another without closing neovim. In addition, the root path of the Symfony project is often a different one from the PWD (Usually PWD is higher up as we have monorepos with frontend/backend etc. in it and my PWD is in the root).
Given that the root detection for the vendor folder and the container xml happens currently on start of Neovim, it looks like this kind of workflow is currently not supported.
Often times when working on PHP Projects I am jumping from one to another without closing neovim. In addition, the root path of the Symfony project is often a different one from the PWD (Usually PWD is higher up as we have monorepos with frontend/backend etc. in it and my PWD is in the root).
Given that the root detection for the vendor folder and the container xml happens currently on start of Neovim, it looks like this kind of workflow is currently not supported.