From bb299b2c85ad83b78f75c71a820440c64c812476 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 23 Sep 2013 00:43:38 +0900 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ebbb825..23f1998 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,15 @@ vim-plug A single-file Vim plugin manager. +Somewhere between [Pathogen](https://github.com/tpope/vim-pathogen) and +[Vundle](https://github.com/gmarik/vundle), but with faster parallel installer. ### Pros. - Easier to setup - Parallel installation/update (requires [+ruby](http://junegunn.kr/2013/09/installing-vim-with-ruby-support/)) +- Smallest possible feature set ### Cons.