fredizzimo

Results 1393 comments of fredizzimo

@ycy3723, the log might contain some useful information If you run `neovide --log`, then a file `neovide_rCurrent.log` should be created in the current directory. Note that this file gets quite...

Do you think you can report a bug in https://github.com/rust-windowing/winit? According to the logs this is what happens. 1. First a regular keyboard input with ㅇ 2. IME commit with...

I know what the problem is, and how we should solve it, but I don't have time to properly explain it right now, I will try to do it later...

A quick workaround is probably to run `neovide --grid x` Adn specify the number of lines and columns you want to start with. But make sure that you don't specify...

You might also want to set `g:neovide_position_animation_length=0` to disable the Neovide animation when new windows are shown.

@falcucci, you missed my comment in the code: > Unfortunately we can't maximize here, because winit shows the window momentarily causing flickering. There's a bug in Winit on Windows, which...

I have a potential fix for this here: * https://github.com/neovide/neovide/pull/2562 It would be good if someone could test it.

I think this is what you are looking for * https://github.com/neovim/neovim/issues/24472 Once that is done, full customization should be possible.

See the discussions and proposal here: * https://github.com/neovide/neovide/issues/2471

What's the status of this, we are running into hangs in Neovide due to this? Subprocesses that Neovim spawns keep the stdio handles open, which prevents Neovide from properly detecting...