project.nvim
project.nvim copied to clipboard
Other plugin don't recognize the directory change
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.nvim
the result of running :!pwd
is the same as when opening Neovim from the project directory.