junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.49k stars 115 forks source link

Hide showbreak / don't offset wrapped lines #240

Closed savchenko closed 3 years ago

savchenko commented 3 years ago

Currently wrapped lines have an offset: image

I have tried set showbreak='', but this still leaves the gap.
Is there a way to keep text nicely justified and preserve the wrapping?

junegunn commented 3 years ago

Try set showbreak= (no quotes)