plugin removed: hardtime

This commit is contained in:
ManjaroOne666 2018-09-01 12:33:00 +01:00
parent 882ef5bdab
commit 5f62784267
1 changed files with 0 additions and 14 deletions

View File

@ -89,9 +89,6 @@ Plug 'ludovicchabant/vim-gutentags'
" vim-qlist
" https://github.com/romainl/vim-qlist/
" Plug 'romainl/vim-qlist'
" PLugin takac/vim-hardtime
" https://bluz71.github.io/2017/05/15/vim-tips-tricks.html
Plug 'takac/vim-hardtime'
" fugitive-vim
" https://github.com/tpope/vim-fugitive/blob/master/README.markdown
@ -318,17 +315,6 @@ let g:switch_custom_definitions = [
\ ]
"}}}
" vim-hardtime
"{{{
let g:hardtime_default_on = 1
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 = ['TagBar', 'gitv']
let g:list_of_normal_keys = ["h", "j", "k", "l"]
"}}}
" gitgutter
"{{{
nmap ]h <Plug>GitGutterNextHunk