Fix for vim-sneak

This commit is contained in:
Pavel Pertsev
2017-08-12 03:21:55 +03:00
parent f06fe7f2ed
commit c55b2b8a6b

View File

@@ -660,10 +660,8 @@ hi! link EasyMotionShade Comment
" }}} " }}}
" Sneak: {{{ " Sneak: {{{
hi! link SneakPluginTarget Search autocmd ColorScheme * hi! link Sneak Search
hi! link SneakStreakTarget Search autocmd ColorScheme * hi! link SneakLabel Search
call s:HL('SneakStreakMask', s:yellow, s:yellow)
hi! link SneakStreakStatusLine Search
" }}} " }}}
" Indent Guides: {{{ " Indent Guides: {{{