Hu Jianxin

Results 18 comments of 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`. ![image](https://user-images.githubusercontent.com/9526904/73801358-24e88800-47f5-11ea-9ac6-291824328fd8.png)

Sure! `:py3 print(os.environ[PATH'] )` ![image](https://user-images.githubusercontent.com/9526904/74104295-57e0a200-4b8e-11ea-9e04-9433ff9bfb1d.png)

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.