-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazygit fails to show anything when running from goneovim #364
Comments
Hi, thanks for this issue report. Would you please provide us with the following information to help us investigate the problem.
|
If I ran the goneovim.exe -u NONE, I can only launch terminal and lazygit inside the terminal. Everything works in this condition. I found the issue is more or less related to screen redrawing logic in goneovim. I can work around it to hit (as this will pop up the which-key results) and hit again to force the "toggleterminal" floating screen to be redrawned. After that, I can see lazygit window and used it properly. However, it takes a bit logger to load the Lazygit comparing running directly in a terminal neovim or neovide. Here are my configs: -- settings.toml --
-- version output --
|
@zhichao-h You can get the pre-built binaries from the following CI job artifacts |
@akiyosi , I tried the asset and it works great. Thanks! |
I am using doom-nvim and configured it to use lazygit. The plugin works find in windows terminal and neovide. However, when using it in goneovim (0.6.1 Windows 11), it does not show anything inside the toggleterm.
The text was updated successfully, but these errors were encountered: