added missing YCM to vundle
This commit is contained in:
parent
b7faa66544
commit
64ff907aff
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -71,6 +71,7 @@ Plugin 'tpope/vim-fugitive.git'
|
||||||
Plugin 'airblade/vim-gitgutter.git'
|
Plugin 'airblade/vim-gitgutter.git'
|
||||||
Plugin 'godlygeek/tabular'
|
Plugin 'godlygeek/tabular'
|
||||||
Plugin 'plasticboy/vim-markdown'
|
Plugin 'plasticboy/vim-markdown'
|
||||||
|
Plugin 'Valloric/YouCompleteMe'
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
Loading…
Reference in a new issue