Results 93 comments of Olivia (Zoe)

This has now been implemented on the 4.0.0 branch. Turned out to be deceptively easy to do. Both the options for expansions are admittedly very aggressive, and expand independently of...

`ANDROID_SDK_HOME` is set, it points to the root where the NDK is installed in the default install location. The NDK was used in the first place, my attempt on using...

Using the NDK archive I manually downloaded the previous NDK version (r15c). It's transferring into the NDK-bundle folder right now, I'll post again if I can get it to work...

Using [r15c](https://developer.android.com/ndk/downloads/older_releases.html) works perfectly, it compiles now. Some of the other issues I had were related to sloppy environment variable setting *cough* Revision 16 breaks the build, probably due to...

For the record, via #72, I've figured out I was wrong. I assumed async because it sounds plausible for this bug, but I now highly doubt that. I'm unable to...

Leaving a final comment here: if someone is able to reproduce this again at any point in time, please consider leaving a comment (or opening a new issue) with the...

Good news; finally tracked down the source thanks to an issue from jiangmiao/auto-pairs. I was partly right. Async stuff causes bad behavior, but this is because both ``s execute in...

Funny how things work out :) That said, you can also add `neo-tree-popup` to the filetype blacklist

Blocked by https://github.com/vim/vim/issues/8924 for now; `synID` and `synstack` aren't viable at a scale without adding group caching, and I just don't want to implement that when there might be better...

I initially blamed coc-nvim's async behavior meeting vim's input system and consequently being weird. I was wrong. The map alone actually behaves lie it should. It's when I enabled julia-vim...