Coding style: highlight text that goes over the 80 column limit in vim

Coding style: highlights the background in a subtle red for text that goes over the 80 column limit (from: stackoverflow).

highlight OverLength ctermbg=LightRed ctermfg=black guibg=#592929
match OverLength /\%81v.\+/
If you want to ask me a question or leave me a message add @bougui505 in your comment.