vim-hardtime
This commit is contained in:
parent
d72988042e
commit
700f8e9100
|
@ -75,6 +75,9 @@ Plugin 'ludovicchabant/vim-gutentags'
|
||||||
" vim-qlist
|
" vim-qlist
|
||||||
" https://github.com/romainl/vim-qlist/
|
" https://github.com/romainl/vim-qlist/
|
||||||
" Plugin 'romainl/vim-qlist'
|
" Plugin 'romainl/vim-qlist'
|
||||||
|
" PLugin takac/vim-hardtime
|
||||||
|
" https://bluz71.github.io/2017/05/15/vim-tips-tricks.html
|
||||||
|
Plugin 'takac/vim-hardtime'
|
||||||
|
|
||||||
" 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
|
||||||
|
@ -85,6 +88,13 @@ filetype plugin indent on " required
|
||||||
|
|
||||||
" #plugin settings{{{
|
" #plugin settings{{{
|
||||||
|
|
||||||
|
" 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 = 1
|
||||||
|
let g:hardtime_maxcount = 2
|
||||||
|
|
||||||
" vim-peekaboo
|
" vim-peekaboo
|
||||||
let g:peekaboo_window = 'vert to 30new'
|
let g:peekaboo_window = 'vert to 30new'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue