mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-23 20:45:31 -07:00
Updated ruby (markdown)
parent
b2fd1834cf
commit
77e01cdd87
12
ruby.md
12
ruby.md
@ -33,6 +33,14 @@ You can build the recent version of Vim from source.
|
||||
|
||||
### Windows
|
||||
|
||||
Parallel installer of vim-plug may not work smoothly on Windows, but you can still try it.
|
||||
|
||||
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 is not stable on Windows and I don't recommend using it.
|
||||
|
||||
You might want to add the following code snippet to your .vimrc:
|
||||
|
||||
```vim
|
||||
if has('win32') || has('win64')
|
||||
let g:plug_threads = 1
|
||||
endif
|
||||
```
|
Loading…
Reference in New Issue
Block a user