[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
|
||||
set t_vb=
|
||||
|
||||
" Color the 80th column
|
||||
set colorcolumn=80
|
||||
" Use 80 columns
|
||||
set textwidth=80
|
||||
" Highlight when after textwidth
|
||||
set colorcolumn=+1
|
||||
" Show whitespace
|
||||
set list
|
||||
" Show a tab as an arrow, trailing spaces as ¤, non-breaking spaces as dots
|
||||
|
|
Loading…
Reference in a new issue