diff options
| author | Ahmed Abdelhalim <[email protected]> | 2015-06-27 23:58:28 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2015-06-27 23:59:14 +0200 |
| commit | 3a16b98a01212ea1c05d8fc60f51953e8635b804 (patch) | |
| tree | b21126c46464ce141b7fca3c1836b1551abe3205 /README.md | |
| parent | aa51bceb5de8abce6a32880f1d18dc6663de484b (diff) | |
Adding the YCM plugin and fix readme instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
