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 | |
| parent | aa51bceb5de8abce6a32880f1d18dc6663de484b (diff) | |
Adding the YCM plugin and fix readme instructions
| -rw-r--r-- | .vimrc | 1 | ||||
| -rw-r--r-- | README.md | 7 |
2 files changed, 5 insertions, 3 deletions
@@ -25,6 +25,7 @@ Plugin 'tpope/vim-rails' Plugin 'ngmy/vim-rubocop' Plugin 'vim-ruby/vim-ruby' Plugin 'honza/vim-snippets' +Plugin 'Valloric/YouCompleteMe' call vundle#end() syntax on @@ -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 |
