Disable auto wrapping
This commit is contained in:
parent
e746a4d9fc
commit
b158f14002
2 changed files with 2 additions and 1 deletions
1
after/ftplugin/markdown.vim
Normal file
1
after/ftplugin/markdown.vim
Normal file
|
@ -0,0 +1 @@
|
|||
setlocal formatoptions=
|
2
vimrc
2
vimrc
|
@ -82,6 +82,7 @@ set modelines=0
|
|||
set nobackup
|
||||
set nojoinspaces
|
||||
set nomodeline
|
||||
set nowrap
|
||||
set nowritebackup
|
||||
set nrformats-=octal
|
||||
set number
|
||||
|
@ -100,7 +101,6 @@ set ttimeout
|
|||
set ttimeoutlen=100
|
||||
set ttyfast
|
||||
set updatetime=300
|
||||
set wrap
|
||||
|
||||
"===============================================================================
|
||||
" General settings for non-minimal Vim builds.
|
||||
|
|
Loading…
Reference in a new issue