From 4539bb8fb39bc3a33b97db2178944eada2b15f5d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 1 Feb 2015 03:11:58 +0900 Subject: [PATCH] Update README - Pros. --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fda4a2f..8294768 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,19 @@ A minimalist Vim plugin manager. - Easier to setup: Single file. No boilerplate code required. - Easier to use: Concise, intuitive syntax -- [Super-fast](https://raw.githubusercontent.com/junegunn/i/master/vim-plug/40-in-4.gif) - parallel installation/update (requires - [+ruby](https://github.com/junegunn/vim-plug/wiki/ruby) or - [Neovim](http://neovim.org/)) -- On-demand loading to achieve - [fast startup time](http://junegunn.kr/images/vim-startup-time.png) +- [Super-fast][40/4] parallel installation/update + (with [+ruby][rb] or [Neovim][nv]) +- On-demand loading for [faster startup time][startup-time] +- Can review and rollback updates +- Branch/tag support - Post-update hooks -- Can choose a specific branch or tag for each plugin - Support for externally managed plugins +[40/4]: https://raw.githubusercontent.com/junegunn/i/master/vim-plug/40-in-4.gif +[rb]: https://github.com/junegunn/vim-plug/wiki/ruby +[nv]: http://neovim.org/ +[startup-time]: http://junegunn.kr/images/vim-startup-time.png + ### Usage [Download plug.vim](https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim)