equalsraf / neovim-qt

Neovim client library and GUI, in Qt5.
https://github.com/equalsraf/neovim-qt/wiki
ISC License
1.85k stars 171 forks source link

flicker during startup #198

Open zhou13 opened 8 years ago

zhou13 commented 8 years ago

I found that during the startup of neovim-qt, it will flicker:

  1. It seems that neovim-qt shows the window before it loads "ginit.vim". So I can even see the change of font,
  2. It seems that neovim-qt changes its windows size after the window shows up. I can also see the resize process.

Is it possible to resize the windows and change the font before the window of neovim-qt shows up?

nash900 commented 4 years ago

I see flicker issue with short time of part black windows at startup, see screenshot: black_window_at_nvim-qt_startup

Looks like nvim-qt startup with small window, then go to full window.