akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.41k stars 63 forks source link

DrawShadowForFloatWindow seems to degrade performance #267

Open jsbeckr opened 3 years ago

jsbeckr commented 3 years ago

Hi,

I'm running 0.4.12 on MacOS. When I enable DrawShadowForFloatWindow and use Telescope or Lazygit in a floating window, there is a noticeable performance hit. Without shadows it seems to work much smoother.

Is this a known issue?

Best regards and thanks for the best Neovim GUI I have tried so far! 👍

akiyosi commented 3 years ago

Hi :)

Thanks for this report. Yes, as far as I've investigated that issue before, I think the only drastic solution would be a GPU rendering approach.