mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-24 13:07:36 -07:00
Shouldn't vim-plug update itself on PlugUpdate
like Vundle?
parent
1e65d5458e
commit
3019fa4e28
5
faq.md
5
faq.md
@ -25,6 +25,11 @@ Your Vim does not support Ruby interface. `:echo has('ruby')` should print 1.
|
||||
In order to setup Vim with Ruby support, you may refer to [this
|
||||
page](https://github.com/junegunn/vim-plug/wiki/ruby).
|
||||
|
||||
### Shouldn't vim-plug update itself on `PlugUpdate` like Vundle?
|
||||
|
||||
There is a separate `:PlugUpgrade` command and there are valid reasons behind the decision.
|
||||
A detailed discussion can be found [here](https://github.com/junegunn/vim-plug/issues/69).
|
||||
|
||||
### Automatic installation
|
||||
|
||||
Place the following code in your .vimrc before `plug#begin()` call
|
||||
|
Loading…
Reference in New Issue
Block a user