From 29b8ad11617f99bb7e808a4ec6d7e9f3246e985b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 15 Jul 2022 20:37:18 +0200 Subject: [PATCH] vim: vim-sneak entfernt --- .vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.vimrc b/.vimrc index 2317aea..4a317e6 100644 --- a/.vimrc +++ b/.vimrc @@ -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']