mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-23 20:45:31 -07:00
Fix #323, wording.
parent
272fb0b60a
commit
5a38e19cee
3
faq.md
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user