[UPDATE][VIM] Use 80 column 'textwidth'
And define the `colorcolumn` variable using `textwidth`.
This commit is contained in:
parent
13c3881488
commit
2d04aa780a
|
@ -170,8 +170,10 @@ set visualbell
|
||||||
" Disable bell completely by resetting the visual bell's escape sequence
|
" Disable bell completely by resetting the visual bell's escape sequence
|
||||||
set t_vb=
|
set t_vb=
|
||||||
|
|
||||||
" Color the 80th column
|
" Use 80 columns
|
||||||
set colorcolumn=80
|
set textwidth=80
|
||||||
|
" Highlight when after textwidth
|
||||||
|
set colorcolumn=+1
|
||||||
" Show whitespace
|
" Show whitespace
|
||||||
set list
|
set list
|
||||||
" Show a tab as an arrow, trailing spaces as ¤, non-breaking spaces as dots
|
" Show a tab as an arrow, trailing spaces as ¤, non-breaking spaces as dots
|
||||||
|
|
Loading…
Reference in a new issue