vim: Plugin Hardtime hinzugefügt

This commit is contained in:
Michael Grote 2022-06-16 12:56:36 +02:00
parent 16ae883794
commit f6b5c14b95

5
.vimrc
View file

@ -6,6 +6,8 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin('~/.vim/plugged')
" Let Vundle manage Vundle; muss immer der erste Eintrag sein
Plugin 'VundleVim/Vundle.vim'
" hardtime, uebung
Plugin 'takac/vim-hardtime'
" languagepack
Plugin 'sheerun/vim-polyglot'
" highlight fuer movement mit tTfFwW
@ -153,6 +155,9 @@ let g:sneak#s_next = 1
" Trigger a highlight in the appropriate direction only when pressing these keys:
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
" Hardtime
" aktiviere in jedem Buffer
let g:hardtime_default_on = 1
" ### Keybindings
" deaktiviere Ex-Mode keybinding