ahmedkhalf / project.nvim

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

Other plugin don't recognize the directory change #137

Open AntDavidLima opened 8 months ago

AntDavidLima commented 8 months ago

I'm using creativenull/efmls-configs-nvim to have access to linters diagnostics and formatting tools, and when I open a project through project.nvim it doesn't recognize the project installed ESLint and Prettier, but if I open Neovim from the project directory it is able to recognize them.

Opening with project.nvimthe result of running :!pwd is the same as when opening Neovim from the project directory.