From c62530b1a57f6885d619fe3d8d10c69c1b5970ba Mon Sep 17 00:00:00 2001 From: "Jeremy Pallats/starcraft.man" Date: Sat, 19 Sep 2015 20:00:11 -0400 Subject: [PATCH] Cygwin information from @bruno --- faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/faq.md b/faq.md index 7ab7b14..0b7f263 100644 --- a/faq.md +++ b/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.