junegunn / goyo.vim

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

Add option to draw thin border framing text area #176

Closed BlueDrink9 closed 2 years ago

BlueDrink9 commented 6 years ago

Plugin is marvellous, but I find it really disconcerting to have the text totally floating, without any idea of where it will wrap or where it will hit the bottom of the screen.

Would it be possible to draw/leave a thin border around the text entry area?

lunacookies commented 5 years ago

As goyo adds padding using hidden splits, I doubt it would be possible to replace the (invisible) split dividers and statusline with thin line characters. Sorry!

ghost commented 2 years ago

I would like to request the same feature. Quite confusing, especially when you're in parts of code that are indented 2-3 levels. You can't really see where the base identation starts.

junegunn commented 2 years ago

This is technically not possible as @arzg explained.