Wrap at 72 and highlight at 101
This commit is contained in:
parent
eb19b375da
commit
0723edaa4d
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue