Hu Jianxin
Hu Jianxin
I fount it that js-beautify doesn't support editorconfig when using stdin and seems that `shell-command-on-region` command use the stdin.
``` ➜ ~ /Applications/MacVim.app/Contents/bin/vim --version VIM - Vi IMproved 8.1 (2018 May 18, compiled Oct 30 2019 11:57:56) macOS version Included patches: 1-2234 Compiled by [email protected] Huge version with MacVim...
`brew install macvim` also doesn't work properly
Hi, I can ensure rg is in `PATH`. 
Sure! `:py3 print(os.environ[PATH'] )` 
Yes, I have checked the following situations 1. terminal macvim: works 2. terminal nvim: works 3. vimr(gui nvim) lanched from dock: works 4. macvim launched from terminal: works 5. macvim...
Actually, I'm using `LeaderF` extension which privides Fuzzy file finding function like FZF. this extenssion does not work in macvim launched from dock. So I checked `py3 print( subprocess.Popen('rg ""',...
tmuxinator not working...
Thanks for your replying. After looking around the doc, I found that rexpect has no the feature `child.interact()` which exists in pexpect. I'll give pexpect a try, thanks anyway.