From 2d87d2a5eb99a97cb77c3ec32f2392d5c3e9962f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 17 Sep 2013 01:59:18 +0900 Subject: [PATCH] Relocate screenshots --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 294a73a..87a80b8 100644 --- a/README.md +++ b/README.md @@ -3,22 +3,6 @@ vim-plug A single-file Vim plugin manager. -### 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) - ### Pros. - Easier to setup @@ -67,3 +51,21 @@ You can change the location of the plugins with `plug#init(path)` call. (Default number of threads = `g:plug_threads` or 16) +### 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) +