Wrap at 72 and highlight at 101

This commit is contained in:
Anthony Rose 2020-06-04 10:31:44 +01:00
parent eb19b375da
commit 0723edaa4d

4
vimrc
View file

@ -43,7 +43,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=121 set colorcolumn=101
set directory=$TEMP//,/tmp//,. set directory=$TEMP//,/tmp//,.
set display+=lastline set display+=lastline
set encoding=utf-8 set encoding=utf-8
@ -68,7 +68,7 @@ set smartcase
set smarttab set smarttab
set spl=en_gb nospell set spl=en_gb nospell
set tabstop=8 set tabstop=8
set textwidth=120 set textwidth=72
set ttimeout set ttimeout
set ttimeoutlen=100 set ttimeoutlen=100
set ttyfast set ttyfast