goyo.vim icon indicating copy to clipboard operation
goyo.vim copied to clipboard

alacritty issue?

Open xerron opened this issue 5 years ago • 12 comments

is alacritty issue or goyo issue?

vimrc (~- vim) - VIM_012

xerron avatar Apr 27 '19 17:04 xerron

Possibly caused by some other plugin.

junegunn avatar Apr 29 '19 04:04 junegunn

Couldn't reproduce the problem on alacritty myself.

junegunn avatar Apr 29 '19 04:04 junegunn

in neovim work fine in alacritty. but vim 8.1 not.

xerron avatar Apr 30 '19 21:04 xerron

issue only in Vim + Alacritty

xerron avatar Apr 30 '19 21:04 xerron

I do not have this issue with vim + alacritty

estysdesu avatar Sep 10 '19 15:09 estysdesu

@estysdesu that's good to hear. Out of curiosity what terminfo are you using (check using echo $TERM).

nixpulvis avatar Sep 10 '19 18:09 nixpulvis

Alacritty visual preview: image

$ echo $TERM
xterm-256color

Also, if you want to see my .vimrc, .alacritty.yml, or any other terminal settings you can likely find them in my dotfiles repo

estysdesu avatar Sep 10 '19 19:09 estysdesu

I have the same issue with alacritty.

Screenshot from 2019-09-21 19-18-20

while0pass avatar Sep 21 '19 16:09 while0pass

It depends on color scheme in some way:

image image image image image

while0pass avatar Sep 21 '19 16:09 while0pass

It is set termguicolors in my options that does the wicked job. But when off it obviously affects all the colors.

while0pass avatar Sep 21 '19 17:09 while0pass

I have the same issue with gruxbox light.

I assume there is some timing issues because the color issues go away when I issue set background=light manually after Goyo is loaded.

oschrenk avatar May 28 '20 10:05 oschrenk

A related issue I believe. Using alacritty. Invoking nvim then entering goyo with :Goyo works as expected with no artifacts or borders. However, nvim -c ':Goyo' results in the following error. After pressing ENTER, the borders are shown as in the screenshots above. Screenshot 2023-06-30 at 11 23 14

schmeisers avatar Jun 30 '23 15:06 schmeisers