[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:
parent
6629013d78
commit
e0d0ffd138
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue