fredizzimo
fredizzimo
Could you also provide a tracy log, following these instructions https://neovide.dev/troubleshooting.html#performance-profiling? It might give some more insights than the logs itself. It would also be useful to have the full...
Thank you, I was able to reproduce it based on this information. When it happens Neovim stops responding and uses 100% cpu, so it's likely that it's a neovim bug....
This might be the same hang that @sid-6581 has been talking about. And I think it's related to these two bugs as well * https://github.com/neovide/neovide/issues/2299 * https://github.com/neovide/neovide/issues/2182 I did a...
Just some more information, I continued debugging a bit more before attempting any changes, since it's too late to start anything new today anyway. `nvim-rs` does actually receive more data...
Are you able to verify that it fixes it for you too?
The fix has now been merged into neovim master and will be part of the next nightly build. I'll leave this open though, since a better fix will be made...
Neovim 0.10.0 is now released, and furthermore Neovim 0.13.0 does not use `ext_hlstate`, which caused a lot of problems.
I'm not sure about using wslpath2 for this. The implementation is trivial https://github.com/michidk/wslpath2/blob/develop/src/lib.rs, and even more when we can hardcode the arguments. Furthermore, it does not look like anyone will...
> The problem is not really finding neovim, that already works, the problem to me was associating a file with neovide, and then starting it from wsl, the file cannot...
@Holzhaus, I will check this and hopefully merge during the weekend. @pedrohgmacedo > I wonder if startup time could be improved by using a non login shell on wsl? Or...