From bae5a36ce96d3b48a2bf0b286c40bc184dbc8150 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 10 Dec 2015 01:08:51 +0900 Subject: [PATCH] Updated ruby (markdown) --- ruby.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ruby.md b/ruby.md index 0a86a07..8d4e604 100644 --- a/ruby.md +++ b/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 -``` \ No newline at end of file +Parallel installer on Windows GVim requires Python support. \ No newline at end of file