mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Cygwin information from @bruno
parent
09c64d3f9d
commit
c62530b1a5
2
faq.md
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.
|
||||
|
Loading…
Reference in New Issue
Block a user