Re-enable visual wrap

This commit is contained in:
Anthony Rose 2023-02-09 23:05:17 +00:00
parent b158f14002
commit 9b17248cfe

2
vimrc
View file

@ -82,7 +82,6 @@ set modelines=0
set nobackup
set nojoinspaces
set nomodeline
set nowrap
set nowritebackup
set nrformats-=octal
set number
@ -101,6 +100,7 @@ set ttimeout
set ttimeoutlen=100
set ttyfast
set updatetime=300
set wrap
"===============================================================================
" General settings for non-minimal Vim builds.