fredizzimo

Results 1393 comments of fredizzimo

The fix is most likely fixed in Neovim 0.10.0 and since our new 0.13.0 release requires that, I'm closing this issue.

For FiraCode the correct way to disable ligatures is the following in the config file. ```toml [font.features] "FiraCode Nerd Font" = ["-calt"] ```

The recommended way to use Neovide with WSL is to use the windows executable with the `--wsl` flag https://neovide.dev/command-line-reference.html#wsl. You might be able to get it to work directly in...

On Ubuntu `DISPLAY` or `WAYLAND_DISPLAY` should be set by your Desktop Environment/Window Manager/Compositor. If that's not set, then you have serious issues with your configuration.

This looks like a Neovim bug, it just does not send us the information. I will report it a bit later when I have time. For now you can set...

I'm fairly sure that this is fixed on main with this pr * https://github.com/neovide/neovide/pull/2354 Are you able to try that?

After some more investigation and thanks to @falcucci, it turns out that the Monaco font does not support italics or bold. And currently we don't support faux bold and italic,...

Yes, I think they do. And I think we should as well, but we have a few higher priority issues first. So, let's leave the issue open until it's implemented.

@yavorski, are you sure you were on 0.13.3, your bug matches the one we had in 0.13.2 and was fixed in 0.13.3 here * https://github.com/neovide/neovide/pull/2710 This bug is about faux/synthetic...

Hm.. I'm starting to wonder if there's something wrong with the 0.13.3-3 package on Arch Linux also based on this message https://github.com/neovide/neovide/issues/2786#issuecomment-2366808106. I currently have 0.13.3-2, but I will upgrade...