120 char textwidth
This commit is contained in:
parent
dd1c61da05
commit
de3819015e
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -26,8 +26,8 @@ set ttyfast " fast terminals
|
||||||
|
|
||||||
set wrap " wrap long lines
|
set wrap " wrap long lines
|
||||||
set linebreak " break at between words
|
set linebreak " break at between words
|
||||||
set textwidth=80 " wrap at 80 characters
|
set textwidth=120 " wrap at 120 characters
|
||||||
set colorcolumn=80 " highlight 80th column
|
set colorcolumn=80,120 " highlight 80th and 120th columns
|
||||||
set showmatch " show matching things: (), {}, [], etc
|
set showmatch " show matching things: (), {}, [], etc
|
||||||
|
|
||||||
set fo+=n " format numbered lists properly
|
set fo+=n " format numbered lists properly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue