coordinatio

Results 8 comments of coordinatio

It seems that the issue still persists, here is how it looks like now: ![image](https://user-images.githubusercontent.com/67314678/185748838-6d456e16-4bf2-46c8-9240-3a9eecfc3437.png) The screenshot is made with goneovim-linux taken from artifacts of the build you have pointed...

Still the same: ![image](https://user-images.githubusercontent.com/67314678/185792383-c691f8c0-9112-48e6-89d9-8e97f7c8a170.png) 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: ![image](https://user-images.githubusercontent.com/67314678/168383780-7fb98086-89f5-4a3c-8944-b1da4fda334d.png) 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...

这个插件非常方便,感谢它。 最近,我开始面临同样的问题:每次我重新启动我的浏览器时,我必须关闭和开启该扩展,以使其发挥作用。