summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-06-27 23:58:28 +0200
committerAhmed Abdelhalim <[email protected]>2015-06-27 23:59:14 +0200
commit3a16b98a01212ea1c05d8fc60f51953e8635b804 (patch)
treeb21126c46464ce141b7fca3c1836b1551abe3205 /README.md
parentaa51bceb5de8abce6a32880f1d18dc6663de484b (diff)
Adding the YCM plugin and fix readme instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6d0160f..a4885de 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,14 @@ git clone [email protected]:artmees/dotvim.git ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc
```
-#Initalizing Plugins :
+#Installing Plugins :
```sh
-# Vim
+vim +PluginInstall +qall
+# Or from Vim
:PluginInstall
```
-#Updating Submodules Plugins :
+#Updating Plugins :
```
# Vim
:PluginUpdate