I was looking for a way to see lines longer than 80 columns in VIM and found it.
Just insert it in your ~/.vimrc :
highlight OverLength ctermbg=red ctermfg=white guibg=#592929 match OverLength /\%81v.\+/
Source:https://stackoverflow.com/questions/235439/vim-80-column-layout-concerns