remove global textwidth setting
will now be set in individual ftplugin files.
This commit is contained in:
parent
c24de975db
commit
269496db7e
|
@ -1,3 +1,5 @@
|
|||
set textwidth=80
|
||||
|
||||
" markdown : jump to next heading
|
||||
" https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263
|
||||
function! s:JumpToNextHeading(direction, count)
|
||||
|
|
Loading…
Reference in New Issue