Added YouCompleteMe to .vimrc

This commit is contained in:
Tobias Schmidl 2018-02-14 10:18:56 +01:00
parent 99eb00fcc4
commit 9a5bbac0a4

1
vimrc
View file

@ -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