Skip to content

Instantly share code, notes, and snippets.

@Juerd
Created April 17, 2018 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juerd/cc4a187aeb5c6fd8d0ff68d31e53e30b to your computer and use it in GitHub Desktop.
Save Juerd/cc4a187aeb5c6fd8d0ff68d31e53e30b to your computer and use it in GitHub Desktop.
vimrc for highlighting whitespace
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