[UPDATE][VIM] Do not use textwidth by default

It turns out to be more of a bother than an actual improvement while
programming. I will however keep it when writing markdown.

I will keep `colorcolumn` at 80 as it use to be.
This commit is contained in:
Bruno BELANYI 2020-12-12 14:09:46 +01:00
parent 6629013d78
commit e0d0ffd138
1 changed files with 2 additions and 4 deletions

View File

@ -172,10 +172,8 @@ set visualbell
" Disable bell completely by resetting the visual bell's escape sequence
set t_vb=
" Use 80 columns
set textwidth=80
" Highlight when after textwidth
set colorcolumn=+1
" Color the 80th column
set colorcolumn=80
" Show whitespace
set list
" Show a tab as an arrow, trailing spaces as ¤, non-breaking spaces as dots