fredizzimo

Results 1393 comments of fredizzimo

If someone encounter the problem with the zero bytes shada files, it would be nice if you took a backup of the files before deleting them, so that the problem...

I managed to repeat it, by writing a shada file with the content `corrupted`, a zero-byte file was not enough apparently. **Edit:** And running the terminal neovim reveals that there...

I think we will need to revert @sid-6581's * https://github.com/neovide/neovide/pull/2265 And make an even stronger guarantee, don't exit any of our processing loops or main event loop until we detect...

This will be fixed by * #2463 So. if it still hangs for you, it would be good to verify that the fix works.

For Wayland we have this issue https://github.com/neovide/neovide/issues/1936. And indeed the PR is now merged, so it should just be a matter of updating winit and enabling it here. But the...

We likely need to wait for https://github.com/rust-windowing/winit/issues/2678

With https://github.com/neovide/neovide/pull/1870, you can control the transparency of the commandline with the highlight group `blend`. And `g:neovide_transparency` also affects the command line. But unfortunately, that is not enough, since you...

I don't think this is an issue on either Wayland or X11 anymore. At least I have been able to toggle layouts correctly. But it would be good to a...

I created a proposal for dealing with global transparency * #2471