neovide: Neovide Windows 11 freezes when quitting
Describe the bug
Neovide Windows 11 WSL2 not responding when quit
To Reproduce
- Open WSL terminal
- Run
neovide.exe --wsl
- Quit neovide either using
:q
or clicking close button - Neovide becomes freezed
Expected behavior
exit neovim and neovide as expected
Screenshots
Desktop (please complete the following information):
- OS: Windows11 23H2
- Neovide Version : 0.11.2
- Neovim Version:
nightly
NVIM v0.10.0-dev-1846+gf31f260f0c6
Build type: RelWithDebInfo
LuaJIT 2.1.1702233742
Run "nvim -V1 -v" for more info
Please run neovide --log
and paste the contents of the .log
file created in the current directory here:
neovide_rCURRENT.log
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Reactions: 1
- Comments: 43 (27 by maintainers)
I am having the absolute same issue, unfortunately, but I also suspect it stems from the fact that when running normal neovim from Windows Terminal (Powershell) and quitting, it “freezes” until I press a button, once I do that, it goes back to the terminal.
With Neovide, running it through the terminal
neovide
and then exiting with:q
or:wqa
, it straight up freezes as mentioned above.Nvim version: NVIM v0.10.0-dev-0a3505e Build type: RelWithDebInfo LuaJIT 2.1.1696795921
Windows 10 Latest Powershell version.
My nvim config.
FIXED FOR ME I remembered there was this shada issue when exiting Neovim, but I wasn’t getting the notification/warning (most likely due to folke’s notify and how I’ve set it up).
This is what fixed both of the issues I mentioned earlier.