phpactor: vim plugin not working with option `set autochdir` or when launching vim in a subfolder
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 ) ?
About this issue
- Original URL
- State: open
- Created 4 years ago
- Comments: 24 (10 by maintainers)
Commits related to this issue
- Fix/#1085 status does not use correct working directory (#1127) * fix phpactor#Status() that didn't use --working-dir I forgot to add the option, again! This time I didn't but it exposed a new is... — committed to phpactor/phpactor by camilledejoye 4 years ago
- Fix/#1085 status does not use correct working directory (#1127) * fix phpactor#Status() that didn't use --working-dir I forgot to add the option, again! This time I didn't but it exposed a new is... — committed to phpactor/phpactor by camilledejoye 4 years ago
- Master 17 (#1203) * 2020 06 13 (#1077) * Use list as input to system * Try reverting shell escaping change The tests are failing on master, and this is the only difference with develop ... ... — committed to phpactor/phpactor by dantleech 3 years ago
I will double check that .
ah, yeah, i think we should revert that fix