Added YouCompleteMe to .vimrc
This commit is contained in:
parent
99eb00fcc4
commit
9a5bbac0a4
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -9,6 +9,7 @@ call vundle#begin()
|
||||||
Plugin 'tpope/vim-fugitive'
|
Plugin 'tpope/vim-fugitive'
|
||||||
Plugin 'tpope/vim-sleuth'
|
Plugin 'tpope/vim-sleuth'
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
|
Plugin 'Valloric/YouCompleteMe'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
Loading…
Reference in a new issue