Updated faq (markdown)

Jeremy Pallats/starcraft.man 2015-09-19 20:03:40 -04:00
parent c62530b1a5
commit 09c3a525ea

3
faq.md

@ -98,7 +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 [RVM](http://rvm.io/) or [rbenv](https://github.com/sstephenson/rbenv) and later
removed that version of Ruby. 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. 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 [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 resolve the problem. In the meantime, you can set `g:plug_threads` to 1, so that