Natasha England-Elbro

Results 38 comments of Natasha England-Elbro

Just want to report I am using `zsh` and was getting timeouts even when setting `timeout = 1000`, setting it to bash also fixed it for me. This only started...

> > Just want to report I am using `zsh` and was getting timeouts even when setting `timeout = 1000`, setting it to bash also fixed it for me. >...

> Do you run gnome keyring? A quick intersearch revealed https://bbs.archlinux.org/viewtopic.php?id=276606 yeah I run gnome-keyring, I wondered if it was the issue which is why I also tried it with...

OK yeah you were spot on with `gnome-keyring`, just swapped to using a service file for it and removed it from my `zshenv` (thats possibly why it wasn't working when...

I've used this now for 5 months, it seems to work. Still not 100% sure on _why_ it works but I'll leave that to anyone who wants to review it

> However the solution in this PR requires the user to change the highlight groups of what needs to be transparent @LoipesMas Weirdly enough `pumblend` and `winblend` both seem to...

I've added clamps on when the blend is initially got from neovim and also added a fix for #1392 since it came up while testing it. I can break the...

I've reported it here: https://github.com/neovim/neovim/issues/19340

I think [this](https://github.com/neovim/neovim/blob/6645f59832682e9a3623c2b1e45369529bef201a/src/nvim/highlight.c#L316) is what is causing the propagation of `winblend` and similarly [this](https://github.com/neovim/neovim/blob/6645f59832682e9a3623c2b1e45369529bef201a/src/nvim/highlight.c#L263) for `pumblend`

Now that https://github.com/neovim/neovim/pull/19379 is merged in neovim the explicit clamp I added to workaround it is no longer needed. Should I revert it?