Cygwin information from @bruno

Jeremy Pallats/starcraft.man 2015-09-19 20:00:11 -04:00
parent 09c64d3f9d
commit c62530b1a5

2
faq.md

@ -98,6 +98,8 @@ If you're on OS X, one possibility is that you had installed Vim with
[RVM](http://rvm.io/) or [rbenv](https://github.com/sstephenson/rbenv) and later
removed that version of Ruby.
If you're on Windows using cygwin and the above command fails with: `cannot load such file -- rubygems.rb (LoadError)`, then 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.