fredizzimo

Results 1393 comments of fredizzimo

If someone wants to do it, I think, just replacing these lines with `nvim_ui_set_focus` should do it. https://github.com/neovide/neovide/blob/39af18d647b4aeff43d6829f43fe4e57628691c0/src/bridge/ui_commands.rs#L141-L148

@9mm, yes, you can update to 0.6.0. There's another change we need as well, this one https://github.com/KillTheMule/nvim-rs/pull/46. Both changes are in 0.6.0.

This should be fixed by #1899, it would be great if you can test that.

Once we get this in https://github.com/neovide/neovide/pull/1870, we should be able to draw the undercurl using a separate pass without clipping. So the order would be the following: 1. Background 2....

@9mm. No that sounds like a good feature request, you can go ahead and create an issue for it, so that it can be tracked separately. And thanks, once you...

The problem is fixed in Neovide 0.11.0, the window size is saved as pixels instead of columns and rows.

This is a duplicate of https://github.com/neovide/neovide/issues/1279

Closing this, there's nothing we can do. The built in https://neovim.io/doc/user/options.html#'columns' https://neovim.io/doc/user/options.html#'lines' Give what you want though.

I think this is fixed by the new winit update in master with https://github.com/neovide/neovide/pull/1789, could you try again with Neovide main?

This should be fixed by #1899, it would be great if you can test that.