vim-hardtime

This commit is contained in:
ManjaroOne666 2018-03-28 15:06:59 +01:00
parent d72988042e
commit 700f8e9100
1 changed files with 10 additions and 0 deletions

View File

@ -75,6 +75,9 @@ Plugin 'ludovicchabant/vim-gutentags'
" vim-qlist
" https://github.com/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
call vundle#end() " required
@ -85,6 +88,13 @@ filetype plugin indent on " required
" #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
let g:peekaboo_window = 'vert to 30new'