vim: Use soft wrapping for pencil

This commit is contained in:
2020-12-08 22:03:36 +01:00
parent ffa0d30627
commit 56067d0387

View File

@@ -281,6 +281,8 @@ endfunction
let g:pencil#textwidth = 80 let g:pencil#textwidth = 80
let g:pencil#autoformat = 1 let g:pencil#autoformat = 1
let g:pencil#cursorwrap = 1 let g:pencil#cursorwrap = 1
let g:pencil#wrapModeDefault = 'soft'
let g:pencil#cursorwrap = 0
" == goyo == " == goyo ==
let g:goyo_width = 100 let g:goyo_width = 100