diff --git a/vimrc b/vimrc index 7254ad3..114e7b8 100644 --- a/vimrc +++ b/vimrc @@ -9,6 +9,7 @@ call vundle#begin() Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-sleuth' Plugin 'altercation/vim-colors-solarized' + Plugin 'Valloric/YouCompleteMe' call vundle#end() filetype plugin indent on