fredizzimo
fredizzimo
Ok, I will take a closer look a bit later.
The base grid divider is indeed never cleared, but that's ok from Neovim's perspective. There's always another grid on top of it, and as soon as a window is deleted,...
You should be able to use this instead https://neovide.dev/configuration.html#scale, but you might need this fix https://github.com/neovide/neovide/pull/2218
@quadruple-output, did that solve your problem? Also check this out for more tips about that * https://github.com/neovide/neovide/discussions/2301
The font configuration will still evolve, and there will likely be a way to set it from lua as well. It was just that we never could agree on the...
It would be great if someone could submit a pull request with a FAQ entry for this. I don't think we can resolve it inside Neovide itself.
This just needs a documentation update, so marked as "good first issue"
@JamesWidman. Thank you. I will review the code a bit later, and also see if we can get support for updating it at any time. @apettel, here's an alternative implementation...
Yes, the winit issue for that is the following * https://github.com/rust-windowing/winit/issues/3078 It looks like it should be pretty easy to fix. But I guess the maintainers are busy with other...
The main issue connected to this PR is this * https://github.com/neovide/neovide/issues/1877 But could someone also test if this fixes? * https://github.com/neovide/neovide/issues/1866 @JamesWidman. The ctrl shift fix is merged to main...