Last Updated: February 25, 2016
·
1.19K
· chillicoder

Mark 80th column in Vim

To show a visual mark at an specific column (80 is the more common) add these lines into your vimrc file

set textwidth=80
set colorcolumn=+1
hi ColorColumn guibg=#2e2e2e ctermbg=236