In vim, is it possible to disable error highlighting for ampersand (&) symbols used by itself?
Run this :
:hi Error NONE
It disables error highlighting.
If you want to do it only for a pattern(like &) then check this.
&