Rasmus Ishøy Michelsen
Rasmus Ishøy Michelsen
It seems we do not yet fit the criteria for inclusion in the extras bucket sadly: - a reasonably well-known and widely used developer tool (e.g. if it's a GitHub...
Huh okay, in that case I'll see if I can find some time soon to open a PR. Good suggestion 👍
I've opened an issue in the [Scoop/Extras](https://github.com/ScoopInstaller/Extras) repo: https://github.com/ScoopInstaller/Extras/issues/9277
This is odd. Can you share some more information so I can try and debug this, such as font, font size and theme related stuff that may interfere with the...
Hmmm, strange. If you find a way to reproduce it in the future please reopen the issue :)
@EtiamNullam I am unsure what could be causing this, Nvy uses DirectWrite to render the glyphs and for bold text for example it simply sets the font weight of the...
I wonder if there is a setting somewhere to make `DirectWrite` enforce a fixed width. `nvim` and `neovide` do not use DirectWrite so they may have other means of solving...
Is this still reproducible? If I understand it correctly the bug happens even with monospaced fonts? - I don't think I have any plans to support anything other than monospace...
I am unsure how feasible this is given that `Nvy` runs nvim with `nvim --embed` which expects certain well-defined behaviour from the GUI. For `Nvy` to work with WSL we...
This is a good idea, by doing this though we would restrict Nvy to a single instance at all times which I think is not ideal default behaviour for all...