aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2015-12-01 11:27:29 -0700
committerCody Hiar <codyfh@gmail.com>2015-12-01 11:27:29 -0700
commitac054e7b630dbf5189f90b682a2847360c991963 (patch)
treed1d7584d4bc67c3b741f3dc6760916e21427078f
parent211f228e22dafe908adb8b1e852a28dacd17014d (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f636a7..4ebb7d2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Setup
Now that I use Neovim exclusively, this has become my vim repo that I call when I want to install vim on a remote machine.
```
-git clone https://github.com/thornycrackers/.vim.git; ln -s .vim/vimrc .vimrc
+git clone https://github.com/thornycrackers/.vim.git; ln -s .vim/vimrc .vimrc; vim +PlugInstall +qa
```