switch.vim

This commit is contained in:
ManjaroOne666 2018-04-07 16:13:06 +01:00
parent 1129f32f87
commit c1a3838285
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,9 @@ Plugin 'tpope/vim-dispatch'
" colorV
" https://github.com/gu-fan/colorv.vim
Plugin 'gu-fan/colorv.vim'
" vim switch
"https://github.com/AndrewRadev/switch.vim
Plugin 'AndrewRadev/switch.vim'
" All of your Plugins must be added before the following line
call vundle#end() " required
@ -98,6 +101,9 @@ filetype plugin indent on " required
" #plugin settings{{{
" switch.vim
let g:switch_mapping = '<space>-'
" vim-hardtime
let g:hardtime_default_on = 1
let g:hardtime_showmsg = 1