Fix #323, wording.

Jeremy Pallats/starcraft.man 2015-11-23 22:23:16 -05:00
parent 272fb0b60a
commit 5a38e19cee

3
faq.md

@ -151,8 +151,7 @@ If you're on Windows using cygwin and the above ruby command fails with:
`cannot load such file -- rubygems.rb (LoadError)`. It means cygwin is missing the `rubygems` package. Install it using the setup.exe that came with cygwin. After that, vim-plug should be able to use the ruby installer.
[Please let me know](https://github.com/junegunn/vim-plug/issues) if you can't
resolve the problem. In the meantime, you can set `g:plug_threads` to 1, so that
Ruby installer is not used at all.
resolve the problem. In the meantime, you can put `let g:plug_threads = 1` in your vimrc, to disable the parallel installers.
### YouCompleteMe timeout