coordinatio
coordinatio
It seems that the issue still persists, here is how it looks like now:  The screenshot is made with goneovim-linux taken from artifacts of the build you have pointed...
Still the same:  According to the diff here: https://github.com/akiyosi/goneovim/commit/d0bdbe6a94dc5cd0c82405583eac1d3892732f0d you have misspelled the variable name. It's name is `QT_SCREEN_SCALE_FACTORS` not `QT_AUTO_SCREEN_SCALE_FACTOR`.
Unfortunately, the Linux artifact of https://github.com/akiyosi/goneovim/actions/runs/2899895368 behaves in the same way as before. The same blurry fonts, which can be fixed by setting the environment variable outside the application. I...
I also observe the same issue on Arch Linux with KDE and the recent neovide from git.
The solution to the request is to use `newtab="window"` option for the `LinkHints` like this: ``` map J LinkHints.activateOpenInNewForegroundTab newtab="window" ``` Taken from [here](https://github.com/gdh1995/vimium-c/issues/263). Works with the recent Vimium-C and...
I observe very similar issue on Arch Linux. Here is how font rendering inside the latest nvui looks like in comparison to fonts in nvim-qt:  Please tell me if...
I have discovered that the issue goes away if the display scaling is switched off. Maybe that can help to resolve the issue. I use Xorg and KDE and set...
这个插件非常方便,感谢它。 最近,我开始面临同样的问题:每次我重新启动我的浏览器时,我必须关闭和开启该扩展,以使其发挥作用。
I observe the same behavior on Archlinux with KDE on Wayland. `+span` switch fixes it. ``` $ xfreerdp3 --version This is FreeRDP version 3.17.2 (n/a) ```