xulongwu4

Results 19 comments of xulongwu4

@Twix53791, maybe you can use the `custom_background_color` and `custom_text_color` options, which in my experiment change the image colors a little bit, but not as dramatic as flipping them.

I haven't tried the new algorithm, but the old algorithm for keeping the hues works very well for me. I guess the reason is that I don't use pure white/black...

I think this is the same issue as mentioned in #803

I can reproduce this issue. I also noticed that, undercurl works in the alacritty terminal when running `echo -e "\e[4:3mTEST"` from the command line. However, if I enter neovim from...

I was able to fix the problem by installing the terminfo file provided in the alacritty release. It turns out that the terminfo file on my system was provided by...

@zeertzjq, did you use the minimum `vimrc` similar to what I used when you tested it? And what is the version of `vim` in your test. I believe my test...

I had the same problem by installing with a package manager. Then I solved the problem by explicitly sourcing the completion shell file in my shell-rc file.

Hi again, thanks for the help! I might have missed something, but I couldn't make it work with your code snippet. In case my request didn't go through: I was...

This is a gif showing the effect that I want to achieve: ![nvim-autopair](https://user-images.githubusercontent.com/16892446/219871807-d6cf8174-34d4-4918-adbd-5e87510bf340.gif)