This commit is contained in:
light 2018-10-24 12:45:57 +08:00
parent 974c3b91ea
commit 29fe661959
2 changed files with 13 additions and 2 deletions

View File

@ -1 +1 @@
set tags+=~/.vim/systag
set tags+=~/.vim/systags

View File

@ -2,6 +2,18 @@
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
" hightlight
Plugin 'octol/vim-cpp-enhanced-highlight'
let g:cpp_class_scope_highlight = 1
let g:cpp_member_variable_highlight = 1
let g:cpp_class_decl_highlight = 1
Plugin 'https://github.com/hdima/python-syntax.git'
let python_highlight_all = 1
"注释插件
Plugin 'scrooloose/nerdcommenter'
@ -15,7 +27,6 @@ Plugin 'godlygeek/tabular'
Plugin 'plasticboy/vim-markdown'
Plugin 'suan/vim-instant-markdown'
Plugin 'VundleVim/Vundle.vim'
Plugin 'Valloric/YouCompleteMe'
set runtimepath+=~/.vim/bundle/YouCompleteMe