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