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
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
" https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263
function! s:JumpToNextHeading(direction, count)