How to hide whitespace indicators in Vim
- by Exupery
Vim was showing some whitespace with commas and periods on a red background which I didn't want. After some googling I was able to get rid of the commas and periods by removing list and listchar lines from .vimrc, I was also hoping this would remove the red backgrounds it was putting in these places, but all it did was change that to white (see image).
Is it possible to completely remove the whitespace background indicators in Vim? My .vimrc settings can be seen here