|
|
@@ -6,6 +6,8 @@ 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
|
|
|
@@ -66,21 +68,3 @@ plugins with `plug#begin(path)` call.
|
|
|
|
|
|
- [Writing my own Vim plugin manager](http://junegunn.kr/2013/09/writing-my-own-vim-plugin-manager)
|
|
|
|
|
|
-### Screenshots
|
|
|
-
|
|
|
-#### Parallel installation
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-#### Serial installation
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-#### Parallel update
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-#### Serial update
|
|
|
-
|
|
|
-
|
|
|
-
|