Skip to content

Instantly share code, notes, and snippets.

@jkramer

jkramer/vimrc Secret

Created April 17, 2018 09:28
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 jkramer/65abdae02e714fd60f7fb666aa077e73 to your computer and use it in GitHub Desktop.
Save jkramer/65abdae02e714fd60f7fb666aa077e73 to your computer and use it in GitHub Desktop.
Highlight blanks at end of lines
" Spaces at the end of a line are errors
highlight ExtraWhitespace ctermbg=88
autocmd ColorScheme * highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+\%#\@<!$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment