You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.
I noticed that you're setting textwidth to the width of the vim room pane, but this causes Vim to start hard-wrapping text:
if s:save_textwidth != ""
exec( "set textwidth=".g:vimroom_width )
endif
Is it possible to turn this into a configurable option? Or am I missing something? I don't like hard-wrapping my text. (That's part of the reason I found vimroom in the first place.)
The text was updated successfully, but these errors were encountered:
I noticed that you're setting textwidth to the width of the vim room pane, but this causes Vim to start hard-wrapping text:
Is it possible to turn this into a configurable option? Or am I missing something? I don't like hard-wrapping my text. (That's part of the reason I found vimroom in the first place.)
The text was updated successfully, but these errors were encountered: