From 470139cd86f5519bd78f075dce4e8971f996e1ad Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 18 Dec 2014 23:53:32 +0900 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5acaac..fda4a2f 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ There are some plugins that require extra steps after installation or update. In that case, use `do` option to describe the task to be performed. ```vim +Plug 'Shougo/vimproc.vim', { 'do': 'make' } Plug 'Valloric/YouCompleteMe', { 'do': './install.sh' } ```