remove textwidth option
This commit is contained in:
parent
ff4c54221b
commit
8405768563
|
@ -16,5 +16,3 @@ endfunction
|
||||||
|
|
||||||
nnoremap <buffer> <silent> ]] :<C-u>call <SID>JumpToNextHeading("down", v:count1)<CR>
|
nnoremap <buffer> <silent> ]] :<C-u>call <SID>JumpToNextHeading("down", v:count1)<CR>
|
||||||
nnoremap <buffer> <silent> [[ :<C-u>call <SID>JumpToNextHeading("up", v:count1)<CR>
|
nnoremap <buffer> <silent> [[ :<C-u>call <SID>JumpToNextHeading("up", v:count1)<CR>
|
||||||
|
|
||||||
set textwidth=80
|
|
||||||
|
|
Loading…
Reference in New Issue