junegunn / goyo.vim

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

Visible borders framing text #161

Closed AichP closed 6 years ago

AichP commented 6 years ago

Hi, for some reason goyo draws borders around the text area. Looks Like this. I'm using gvim.

junegunn commented 6 years ago

Not all color schemes are compatible with Goyo. Try again with different color schemes and see if it helps.

AichP commented 6 years ago

Coult it be because of the transparent terminal background?

junegunn commented 6 years ago

Yeah, that could be it. Goyo overrides the colors so that the foreground color and the background are the same (see :hi VertSplit). I guess the trick won't work nicely with transparent background.

AichP commented 6 years ago

This Setup seems to work with transparent backgound though: https://www.reddit.com/r/unixporn/comments/6vdf4y/i3wm_my_latex_editing_setup/

junegunn commented 6 years ago

I don't use transparent background, so I don't really know. I'll check it when I get a chance.

AichP commented 6 years ago

Cool, thanks I'll fiddle with my color scheme.

AichP commented 6 years ago

I conacted the creater of the reddit post, and he advised me to try it with urxvt. And thats what I did, your plugin workes well with urxvt but does seem to not work with termite.

junegunn commented 6 years ago

I see, thanks for the update.