Improve easymotion highlighting to be yellow not an ugly red block

This commit is contained in:
Yan Pritzker 2014-03-14 12:53:15 -05:00
parent deedc27c3f
commit bc5da61c89

View File

@ -9,7 +9,7 @@ call EasyMotion#InitOptions({
\ , 'do_mapping' : 1
\ , 'grouping' : 1
\
\ , 'hl_group_target' : 'ErrorMsg'
\ , 'hl_group_target' : 'Type'
\ , 'hl_group_shade' : 'Comment'
\ })