From 113a2ae077bb04df79de5a8b433ff31f3cbb9acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ju=C3=A1rez?= Date: Sun, 10 Sep 2017 22:06:48 -0500 Subject: [PATCH] PlugInstall command Adding missing command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 194e043..1594c20 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ You can install this via the command curl -L https://raw.githubusercontent.com/sohjiro/.vim/master/run_config.sh | sh ``` +One is finished open vim and run the following command + +``` +:PlugInstall +``` + FAQ ====