Created
April 17, 2018 09:42
-
-
Save Juerd/cc4a187aeb5c6fd8d0ff68d31e53e30b to your computer and use it in GitHub Desktop.
vimrc for highlighting whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
highlight ColorColumn ctermbg=18 | |
call matchadd('ColorColumn', '\%81v.\+', 100) | |
highlight WhitespaceEOL ctermbg=blue | |
match WhitespaceEOL /\s\+$/ | |
highlight TabsZijnMeh cterm=underline ctermfg=darkred | |
call matchadd('TabsZijnMeh', '\t', 100) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment