Hacker News new | ask | show | jobs
by chrismorgan 4499 days ago
In Vim:

    set textwidth=80 colorcolumn=+1
Then you get a coloured column 81 (probably red).

For some things I use colorcolumn=+1,+21 for highlighting 81 and 101, for situations where I allow myself 100 in an extremity.