Make Vim show ALL white spaces as a character
As others have said, you could use which will, in combination with display invisible characters.Now, there isn’t an explicit option which you can use to show whitespace, but in listchars, you could set a character to show for everything BUT whitespace. For example, mine looks like this so, now, after you use everything that isn’t explicitly shown … Read more