Skip to content

Instantly share code, notes, and snippets.

@130db
Created May 9, 2013 19:20
Show Gist options
  • Save 130db/5549827 to your computer and use it in GitHub Desktop.
Save 130db/5549827 to your computer and use it in GitHub Desktop.
Colorize everything after 80 column in Vim. Resource: http://stackoverflow.com/questions/235439/vim-80-column-layout-concerns
highlight OverLength ctermbg=none ctermfg=red cterm=bold,underline guibg=#E53B2C
match OverLength /\%>80v.\+/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment