Wesley Moore
Wesley Moore
I might be able to take a look on the weekend. Did you have and preferences/thoughts regarding whether the version information was output by default?
I made a start on this yesterday. I'm 50–75% done. Fortunately I think what you described above matches what I did/planned to do 😃
This worked for me: ``` call rpcnotify(g:gnvim_channel_id, 'Gnvim', 'EnableCursorAnimations', 0) ```
I tried running version 1.11 with `SCALE=2 lite` but the UI did not scale. Is that expected to work? **OS:** Arch Linux **DE:** Awesome (X11)
That worked, thanks! On Thu, 25 Feb 2021, at 10:08 AM, Takase wrote: > > Sorry I made a mistake. it was actually `LITE_SCALE`. > — > You are receiving...
@Drakulix if you run `rustup run stable rls --version` what do you get? If I use rls from rust 1.25.0 I get the, "missing field \`version\`", error. If I use...
> We can add it manually for now. Do you want I do ? I'm happy to do it if that's what you mean. I worked out how to build...
If you comment out these lines it will use your system emoji font: https://github.com/tom-james-watson/Emote/blob/f71e41b92bfe8a32451f0f0d93ae47da886d2b51/emote/__init__.py#L12-L15 I've done that in a customised PKGBUILD for Arch: https://github.com/wezm/aur/commit/7f101026d5fab20095f31a1f1b5c6dc34bdbde84
@pleshevskiy if you mean the `` that's not garbage it's an emoji variation selector. Some Unicode code points pre-date emoji and default to a non-emoji representation (black and white). When...
> Is there any way to load a variable font and then get outlines at different weights? No, sorry we don't support variable fonts yet. > Will I have to...