diff --git a/README.md b/README.md index fb0d9f0..635b418 100644 --- a/README.md +++ b/README.md @@ -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. +![](https://raw.github.com/junegunn/vim-plug/master/gif/vim-plug.gif) + ### 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 - -![](https://raw.github.com/junegunn/vim-plug/master/gif/pi.gif) - -#### Serial installation - -![](https://raw.github.com/junegunn/vim-plug/master/gif/si.gif) - -#### Parallel update - -![](https://raw.github.com/junegunn/vim-plug/master/gif/pu.gif) - -#### Serial update - -![](https://raw.github.com/junegunn/vim-plug/master/gif/su.gif) - diff --git a/gif/vim-plug.gif b/gif/vim-plug.gif new file mode 100644 index 0000000..c533fd3 Binary files /dev/null and b/gif/vim-plug.gif differ