This commit is contained in:
ManjaroOne666 2018-04-10 13:16:53 +01:00
parent e6a2519a82
commit 88e715d470
1 changed files with 4 additions and 1 deletions

View File

@ -119,6 +119,9 @@ Plugin 'gu-fan/colorv.vim'
"https://github.com/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
call vundle#end() " required
@ -147,7 +150,7 @@ let g:hardtime_showmsg = 1
let g:hardtime_ignore_quickfix = 1
let g:hardtime_allow_different_key = 0
let g:hardtime_maxcount = 3
let g:hardtime_ignore_buffer_patterns = ['BufExplorer', 'TagBar']
let g:hardtime_ignore_buffer_patterns = ['BufExplorer', 'TagBar', 'gitv']
"}}}
" vim-peekaboo