Ankit Saini

Results 33 comments of Ankit Saini

Hi, if this is still open I can make a PR for it. Can you please assign this issue to me in that case?

@hedyhli Thanks for responding. Yup, fair play :smiley:

Should we update the `README.md` to reflect new estimate for 1.0 release ?

Hi, I'm up for fixing this. I'll be back once I've taken a good look at code to discuss potential solution. _Right now, I think the tricky part is that...

I use arrow almost in each of my project. I'll be glad to contribute.

Hi @benjamin-kirkbride , I'm interested in making a PR for this. If you're still open to this, can you assign the issue to me?

Yeah, the suggested workaround is good enough for my use-case. It is interesting that `browser` is `false` until hydration.

Interestingly I have the issue on Linux with Alacrity using tmux i.e. the undercurl color is derived from syntax highlighting instead of the predefined `red`. The color is accurate (`red`)...

Update: I was able to get undercurl color working correctly on tmux by following suggestion at: https://old.reddit.com/r/neovim/comments/vqbu8m/undercurl_support_on_different_terminals/ieoxghg/ Specifically enabling coloring by adding following to `~/.tmux.conf` ``` set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'...