asd
This commit is contained in:
parent
974c3b91ea
commit
29fe661959
@ -1 +1 @@
|
||||
set tags+=~/.vim/systag
|
||||
set tags+=~/.vim/systags
|
||||
|
||||
13
vim/vimrc
13
vim/vimrc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user