summaryrefslogtreecommitdiffstats
path: root/.vimrc
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 /.vimrc
parentaa51bceb5de8abce6a32880f1d18dc6663de484b (diff)
Adding the YCM plugin and fix readme instructions
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 7b45fa2..8f98eb9 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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