Pranav
Pranav
What has happened of this feature? Is it still on the to do list?
I just saw that! Will take a look there as well, thanks!
For me, using Inconsolata (Nerd Font version), I get black boxes, presumably where the next character is supposed to be..?  Cascadia Code does tend to do what is mentioned...
> ...Italic variant of your font has a _significantly_ smaller width than the Roman variant. That's actually a hole that was introduced to make up for the accumulated missing width....
Ah I see. That's ok, and thanks for considering this as an enhancement. Maybe as a workaround, till when this enhancement might be made, I can scale all my elements...
Well, for me I don't see any output from running the 2D shapes example or my own extremely similar implementation on the latest branch (0.12.1 as of now). 0.12.0 works...
Could you explain what you are saying here? I do not understand. You can easily change the keybindings to whatever you want, by just running `vim.keymap.set` or rebinding it. I...
Huh. Apparently `` is bound to `` internally in Neovim and Vim. So hitting either produces the same result. As you have `` bound to `toggle_quick_menu`, that must be causing...
It should be possible to store the `Arc` instance within `lazy_static`. I use this to have it accessible in a different thread than where I initialize it: ```rust lazy_static!{ static...