From c4e96e0f7d0eb92847000bf3abd248fec8095599 Mon Sep 17 00:00:00 2001 From: Charles Wilson Date: Mon, 2 Oct 2017 12:50:41 -0700 Subject: [PATCH] .Vimrc file must be sourced after editing. After making changes, .vimrc file must be sourced. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5036118..e48bae01 100644 --- a/README.md +++ b/README.md @@ -102,13 +102,16 @@ " Put your non-Plugin stuff after this line ``` -4. Install Plugins: +5. Source the .vimrc file +`source [location to your .vimrc file]` + +6. Install Plugins: Launch `vim` and run `:PluginInstall` To install from command line: `vim +PluginInstall +qall` -5. (optional) For those using the fish shell: add `set shell=/bin/bash` to your `.vimrc` +7. (optional) For those using the fish shell: add `set shell=/bin/bash` to your `.vimrc` ## Docs