switch.vim
This commit is contained in:
parent
1129f32f87
commit
c1a3838285
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue