Update .vimrc

This commit is contained in:
chxuan 2016-04-14 18:55:36 +08:00
parent be0403f217
commit c1ca62b1bc

6
.vimrc
View File

@ -387,9 +387,9 @@ map <F4> :Tlist<CR>
imap <F4> <ESC> :Tlist<CR>
"主题
"set background=dark
"let g:solarized_termcolors=256
"colorscheme solarized
set background=dark
let g:solarized_termcolors=256
colorscheme solarized
"语法高亮
let g:cpp_class_scope_highlight = 1