remove global textwidth setting

will now be set in individual ftplugin files.
This commit is contained in:
Ray Elliott 2020-05-02 12:48:11 +01:00
parent c24de975db
commit 269496db7e
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
set textwidth=80
" markdown : jump to next heading " markdown : jump to next heading
" https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263 " https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263
function! s:JumpToNextHeading(direction, count) function! s:JumpToNextHeading(direction, count)

View File

@ -250,7 +250,6 @@ set shiftround
set noexpandtab set noexpandtab
set autoindent set autoindent
set textwidth=120
set formatoptions=cq set formatoptions=cq
set wrapmargin=0 set wrapmargin=0