update vimrc

This commit is contained in:
chxuan 2020-04-07 17:57:35 +08:00
parent 877089f0cf
commit 8e41fc3d63
3 changed files with 6 additions and 0 deletions

2
.vimrc
View File

@ -358,3 +358,5 @@ nnoremap <leader>gg :GV?<cr>
if filereadable(expand($HOME . '/.vimrc.custom.config'))
source $HOME/.vimrc.custom.config
endif

View File

@ -36,3 +36,5 @@
" let g:DoxygenToolkit_briefTag_funcName="yes"
" let g:doxygen_enhanced_color=1
" let g:DoxygenToolkit_commentType="Qt"

View File

@ -16,3 +16,5 @@
" 卸载/禁用~/.vimrc里的默认插件
" UnPlug 'chxuan/prepare-code'