update textwidth to 80

This commit is contained in:
ManjaroOne666 2020-02-06 14:57:29 +00:00
commit ff4c54221b

View file

@ -16,3 +16,5 @@ endfunction
nnoremap <buffer> <silent> ]] :<C-u>call <SID>JumpToNextHeading("down", v:count1)<CR>
nnoremap <buffer> <silent> [[ :<C-u>call <SID>JumpToNextHeading("up", v:count1)<CR>
set textwidth=80