janus
janus copied to clipboard
Remove setupWrapping()
Wrapping is a completely personal setting and should not be in there. In fact it is arguably wrong since you shouldn't be hardcoding arbitrary line breaks into your markdown or text documents; this is coupling a view issue to data.
We should keep setupWrapping()
but add a global variable that can disable it in the ~/.vimrc.before
file