[UPDATE][VIM] Use 80 column 'textwidth'

And define the `colorcolumn` variable using `textwidth`.
This commit is contained in:
Bruno BELANYI 2020-10-28 11:02:33 +01:00
parent 13c3881488
commit 2d04aa780a
1 changed files with 4 additions and 2 deletions

View File

@ -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