Disable line breaks
This commit is contained in:
parent
e8a05987f3
commit
19cf5263c4
1 changed files with 2 additions and 2 deletions
4
init.vim
4
init.vim
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue