diff --git a/Examples-(vim).md b/Examples-(vim).md index 519baaa..7c90b05 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -131,7 +131,7 @@ endfunction command! -nargs=1 Ag call fzf#run({ \ 'source': 'ag --nogroup --column --color "'.escape(, '"\').'"', \ 'sink*': function('ag_handler'), -\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x --no-multi', +\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x --no-multi --color hl:68,hl+:110', \ 'down': '50%' \ }) ```