vimrc: set colorcolumn=76

This commit is contained in:
Aminda Suomalainen 2019-02-08 14:22:36 +02:00
parent 993d3f6994
commit 512aac6832
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 4 additions and 0 deletions

View File

@ -95,3 +95,7 @@ au BufReadPost * keepjumps call Dos2unixFunction()
" Highlight all search results
set hlsearch
" Red column on the right as indication on what I wish to consider as the
" maximum length of a line.
set colorcolumn=76