plugin removed: hardtime
This commit is contained in:
parent
882ef5bdab
commit
5f62784267
|
@ -89,9 +89,6 @@ Plug 'ludovicchabant/vim-gutentags'
|
||||||
" vim-qlist
|
" vim-qlist
|
||||||
" https://github.com/romainl/vim-qlist/
|
" https://github.com/romainl/vim-qlist/
|
||||||
" Plug '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
|
" fugitive-vim
|
||||||
" https://github.com/tpope/vim-fugitive/blob/master/README.markdown
|
" 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
|
" gitgutter
|
||||||
"{{{
|
"{{{
|
||||||
nmap ]h <Plug>GitGutterNextHunk
|
nmap ]h <Plug>GitGutterNextHunk
|
||||||
|
|
Loading…
Reference in New Issue