gitv
This commit is contained in:
parent
e6a2519a82
commit
88e715d470
|
@ -119,6 +119,9 @@ Plugin 'gu-fan/colorv.vim'
|
||||||
"https://github.com/AndrewRadev/switch.vim
|
"https://github.com/AndrewRadev/switch.vim
|
||||||
Plugin 'AndrewRadev/switch.vim'
|
Plugin 'AndrewRadev/switch.vim'
|
||||||
|
|
||||||
|
" gitv
|
||||||
|
" https://github.com/gregsexton/gitv
|
||||||
|
Plugin 'gregsexton/gitv'
|
||||||
|
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
|
@ -147,7 +150,7 @@ let g:hardtime_showmsg = 1
|
||||||
let g:hardtime_ignore_quickfix = 1
|
let g:hardtime_ignore_quickfix = 1
|
||||||
let g:hardtime_allow_different_key = 0
|
let g:hardtime_allow_different_key = 0
|
||||||
let g:hardtime_maxcount = 3
|
let g:hardtime_maxcount = 3
|
||||||
let g:hardtime_ignore_buffer_patterns = ['BufExplorer', 'TagBar']
|
let g:hardtime_ignore_buffer_patterns = ['BufExplorer', 'TagBar', 'gitv']
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
" vim-peekaboo
|
" vim-peekaboo
|
||||||
|
|
Loading…
Reference in New Issue