Disable line breaks

This commit is contained in:
Thomas Gideon 2021-06-16 10:45:42 -04:00
parent e8a05987f3
commit 19cf5263c4
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ if !exists('g:vscode')
set tabstop=4
" default to folding on syntax
set foldmethod=syntax
" set a readable width
set textwidth=80
" disable automatic line breaks, rely on visual wrapping instead
set textwidth=0
" make white space visible, where that matters
set list!
" except for help