Shouldn't vim-plug update itself on PlugUpdate like Vundle?

junegunn 2014-12-12 07:56:26 -08:00
parent 1e65d5458e
commit 3019fa4e28

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