I'm using neovim and I have in my init.vim the line set autochdir , and it seems to not play nice with phpactor
is it possible for phpactor to try to find in the parent folders if there's a .git folder or composer file in order to choose the root of the project (like many other command line utilities do ) ?
I'm using neovim and I have in my init.vim the line
set autochdir, and it seems to not play nice with phpactoris it possible for phpactor to try to find in the parent folders if there's a
.gitfolder or composer file in order to choose the root of the project (like many other command line utilities do ) ?