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
|
||||
" 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
|
||||
|
|
Loading…
Reference in a new issue