diff --git a/vim/settings/easymotion.vim b/vim/settings/easymotion.vim index 5abcda6..c93cb66 100644 --- a/vim/settings/easymotion.vim +++ b/vim/settings/easymotion.vim @@ -9,13 +9,9 @@ call EasyMotion#InitOptions({ \ , 'do_mapping' : 1 \ , 'grouping' : 1 \ -\ , 'hl_group_target' : 'Question' -\ , 'hl_group_shade' : 'EasyMotionShade' +\ , 'hl_group_target' : 'ErrorMsg' +\ , 'hl_group_shade' : 'Comment' \ }) -" Make EasyMotion more yellow, less red -hi clear EasyMotionTarget -hi! EasyMotionTarget guifg=yellow - nmap , ,,w nmap , ,,b