From bc5da61c89d422b3d3b6117c8e7f2a72cd4f082b Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 14 Mar 2014 12:53:15 -0500 Subject: [PATCH] Improve easymotion highlighting to be yellow not an ugly red block --- vim/settings/easymotion.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/settings/easymotion.vim b/vim/settings/easymotion.vim index c93cb66..5d2fb3b 100644 --- a/vim/settings/easymotion.vim +++ b/vim/settings/easymotion.vim @@ -9,7 +9,7 @@ call EasyMotion#InitOptions({ \ , 'do_mapping' : 1 \ , 'grouping' : 1 \ -\ , 'hl_group_target' : 'ErrorMsg' +\ , 'hl_group_target' : 'Type' \ , 'hl_group_shade' : 'Comment' \ })