update textwidth to 80

This commit is contained in:
ManjaroOne666 2020-02-06 14:57:29 +00:00
parent 7bbadbb0e4
commit ff4c54221b
1 changed files with 2 additions and 0 deletions

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