Update vimplus

This commit is contained in:
chxuan 2016-06-07 10:42:00 +08:00
parent f8d24ef1bc
commit c52b576678

3
.vimrc
View File

@ -124,6 +124,9 @@ Plugin 'gorodinskiy/vim-coloresque'
call vundle#end()
filetype plugin indent on
" load vim default plugin
runtime macros/matchit.vim
" change-colorscheme
map <F10> :NextColorScheme<CR>
imap <F10> <ESC> :NextColorScheme<CR>