mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Updated ruby (markdown)
parent
5a38e19cee
commit
bae5a36ce9
10
ruby.md
10
ruby.md
@ -53,12 +53,4 @@ pacman -S ruby vim
|
||||
|
||||
#### GVim
|
||||
|
||||
Check out the relevant section from of my article, [Installing Vim with Ruby support](http://junegunn.kr/2013/09/installing-vim-with-ruby-support/). It's a little outdated, but you'll get the idea.
|
||||
|
||||
However, parallel installer on Windows GVim is not stable and thus disabled by default. You can enable it by setting `g:plug_threads` in your .vimrc.
|
||||
|
||||
```vim
|
||||
if has('win32') || has('win64')
|
||||
let g:plug_threads = 8
|
||||
endif
|
||||
```
|
||||
Parallel installer on Windows GVim requires Python support.
|
Loading…
Reference in New Issue
Block a user