update vimrc

This commit is contained in:
chengxuan 2018-06-04 09:03:08 +08:00
parent 32a46d49d8
commit 84ad529347

6
.vimrc
View File

@ -90,11 +90,7 @@ set fileencodings=utf8,ucs-bom,gbk,cp936,gb2312,gb18030
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
call plug#begin('~/.vim/plugged')
if expand("%:e") == "vim"
Plug 'ajh17/VimCompletesMe'
else
Plug 'Valloric/YouCompleteMe'
endif
Plug 'Valloric/YouCompleteMe'
Plug 'chxuan/cppfun'
Plug 'chxuan/change-colorscheme'
Plug 'chxuan/prepare-code'