vim: make colorcolumn depend on textwidth
This commit is contained in:
parent
857db5e1db
commit
7bb1adc397
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ let &background = $BACKGROUND ==# 'light' ? 'light' : 'dark'
|
|||
set backspace=indent,eol,start " sane backspace behavior
|
||||
set nobackup " don't keep backup file after overwriting a file
|
||||
set clipboard=unnamed " synchronize with system clipboard
|
||||
set colorcolumn=80 " highlight column 80
|
||||
set colorcolumn=+1 " highlight column after 'textwidth'
|
||||
set cursorline " highlight the line of the cursor
|
||||
set diffopt=filler,vertical " make side-by-side diffs better
|
||||
set encoding=utf8 " use UTF-8 by default
|
||||
|
|
Loading…
Add table
Reference in a new issue