Skip to content

Instantly share code, notes, and snippets.

@raucao
Created April 4, 2019 12:46
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 raucao/77c6b5e85fd7ecafd30eba67922219c7 to your computer and use it in GitHub Desktop.
Save raucao/77c6b5e85fd7ecafd30eba67922219c7 to your computer and use it in GitHub Desktop.
" Highlight trailing whitespaces
highlight ExtraWhitespace ctermbg=red guibg=red
au ColorScheme * highlight ExtraWhitespace guibg=red
au BufEnter * match ExtraWhitespace /\s\+$/
au InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/
au InsertLeave * match ExtraWhiteSpace /\s\+$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment