From d5265fe63f69351031934e0caf00dfa6b2947876 Mon Sep 17 00:00:00 2001 From: Pavel Pertsev Date: Sat, 12 Aug 2017 13:58:13 +0300 Subject: [PATCH] Adjust vim-sneak autocmd --- colors/gruvbox.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/gruvbox.vim b/colors/gruvbox.vim index 3bd631b0..25e3d7f0 100644 --- a/colors/gruvbox.vim +++ b/colors/gruvbox.vim @@ -688,8 +688,8 @@ hi! link EasyMotionShade Comment " }}} " Sneak: {{{ -autocmd ColorScheme * hi! link Sneak Search -autocmd ColorScheme * hi! link SneakLabel Search +autocmd ColorScheme gruvbox hi! link Sneak Search +autocmd ColorScheme gruvbox hi! link SneakLabel Search " }}} " Indent Guides: {{{