Disable auto wrapping

This commit is contained in:
Anthony Rose 2023-02-09 22:59:37 +00:00
parent e746a4d9fc
commit b158f14002
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
setlocal formatoptions=

2
vimrc
View file

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