From 5b72a5fc2623893a70492992b220aa0ad6a16d03 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 29 Sep 2013 01:30:59 +0900 Subject: [PATCH] Update README: be explicit about reloading .vimrc (#8) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4fbb563..7db20c1 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Plug 'junegunn/vim-easy-align' call plug#end() ``` -Then `:PlugInstall` to install plugins. +Reload .vimrc and `:PlugInstall` to install plugins. ### Plugin directory @@ -97,8 +97,8 @@ scheme. - Plugfile includes `Plug 'junegunn/dummy3'` - [junegunn/dummy3](https://github.com/junegunn/dummy3/blob/master/Plugfile) -If you put `Plug 'junegunn/dummy1'` in your configuration file, and run -`:PlugInstall`, +If you put `Plug 'junegunn/dummy1'` in your configuration file, reload it, and +run `:PlugInstall`, 1. vim-plug first installs dummy1 2. And sees if the repository has Plugfile