Move the ruler to column 79 (just after textwidth)

This commit is contained in:
Anthony Rose 2019-06-19 14:47:10 +01:00
parent e037332b04
commit cba0fdd097

2
vimrc
View file

@ -37,7 +37,7 @@ set autoindent
set autoread set autoread
set background=dark set background=dark
set backspace=indent,eol,start set backspace=indent,eol,start
set colorcolumn=73,81 set colorcolumn=79
set complete-=i set complete-=i
set directory=$TEMP//,/tmp//,. set directory=$TEMP//,/tmp//,.
set display+=lastline set display+=lastline