vim: vim-sneak entfernt

This commit is contained in:
Michael Grote 2022-07-15 20:37:18 +02:00
parent cf2172a998
commit 29b8ad1161

5
.vimrc
View file

@ -12,8 +12,6 @@ Plugin 'sheerun/vim-polyglot'
Plugin 'unblevable/quick-scope'
" fuzzy finder
Plugin 'ctrlpvim/ctrlp.vim'
" sneak motion
Plugin 'justinmk/vim-sneak'
" Shellcheck Integration
Plugin 'itspriddle/vim-shellcheck'
" git integration G:
@ -148,9 +146,6 @@ let g:startify_lists = [
\ { 'type': 'commands', 'header': [' Commands'] },
\ ]
" ### vim-sneak
let g:sneak#s_next = 1
" ### quick-scope
" Trigger a highlight in the appropriate direction only when pressing these keys:
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']