When I commit the cardinal sin of using == instead of ===, Vim, or its minions of scripts, opens up the quick fix window with some useful tips. Using vim-hier, I have the incorrect line highlighted red. How can I further color the adjacent arrow red?
TL;DR
What I have

What I want

vim-hieris not what is adding signs to the left column. What does this? – ZyX Dec 7 '12 at 4:34true == somethingis bad: that's yoda-speak. You must dosomething == true. Anyway, what you are looking for is the:hilightcommand and theSignColumnhighlight group I think. – romainl Dec 7 '12 at 17:06