vimrc: increase textwidth

This commit is contained in:
xfnw 2023-09-16 12:25:49 -04:00
parent ed467cddae
commit 117f128435
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ set hidden " Hide buffers when they are abandoned
set mouse=a " Enable mouse usage (all modes) set mouse=a " Enable mouse usage (all modes)
" fmt stuffs " fmt stuffs
set textwidth=60 set textwidth=70
set formatoptions-=t set formatoptions-=t
" 2 space tabbing for nix files " 2 space tabbing for nix files