mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Updated faq (markdown)
parent
4e85d6a67d
commit
bf66e5b5d9
6
faq.md
6
faq.md
@ -22,9 +22,9 @@ call plug#begin('~/vimfiles/bundle')
|
||||
|
||||
Parallel installer is only enabled when any of the following conditions is met
|
||||
|
||||
1. Vim with Ruby support (`has('ruby')` / Ruby 1.8.7 or above)
|
||||
2. Vim with Python support (`has('python')` / Python 2.6 or above)
|
||||
3. Neovim with job control (`exists('##JobActivity')`)
|
||||
1. Vim with Ruby support: `has('ruby')` / Ruby 1.8.7 or above
|
||||
2. Vim with Python support: `has('python')` / Python 2.6 or above
|
||||
3. Neovim with job control: `exists('##JobActivity')`
|
||||
|
||||
In order to setup Vim with Ruby support, you may refer to [this
|
||||
page](https://github.com/junegunn/vim-plug/wiki/ruby).
|
||||
|
Loading…
Reference in New Issue
Block a user