kanubacode
kanubacode
Does anyone know why eviline has different background colors where there is no component compared to @glepnir's screenshots? Mine:  Correct (above in this thread): 
@peach-lasagna I worked around it, but here it is: https://git.mfiano.net/mfiano/vim-config
I am interested in signify support if you ever find the time :)
I'm having the same problems.
It seems this problem was introduced in 8074da031ed9d677abc77fb3dab4bb42c6be76c3 so pinging @daewok
> 4\. Say that Slynk is incompatible with `(setf sb-ext:*on-package-variance* '(:warn nil :error t))`. Tell people to use `(setf sb-ext:*on-package-variance* '(:warn (:slynk :slynk-backend) :error t))` instead I had completely forgot...
Ok, I set `(setf sb-ext:*on-package-variance* '(:warn (:slynk :slynk-backend :slynk-api) :error t))` to be compiled into my core image. Of note is the addition of `:slynk-api` that is also required to...
I too use simple-completions and have always had problems with flex completions. Here is how flex behaves for me: Before pressing tab:  After pressing tab:  So pretty unusable...
I apologize. I will refrain from commenting on issues I didn't create in the future. In my defense, I was researching some bugs of mine, stumbled on this thread, read...
I just figured it out after some bisecting of my configuration, and indeed it is unrelated to this issue. It turns out, sly's company backend does not like other backends...