Disable line breaks

This commit is contained in:
Thomas Gideon 2021-06-16 10:45:42 -04:00
parent e8a05987f3
commit 19cf5263c4

View file

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