Philipp Hack
Philipp Hack
This is what nvim-cmp looks like: This is what `` looks like:
It seems to be related to namespaces. When I set `ns = 0` it works correctly.
If it's indeed an upstream issue, I don't think it makes sense to leave it open. Closing it. What's your Opinion about defining a dedicated hl group for the popup...
I mean we already have highlight groups for `CmpItemAbbr` etc. Basically for everything except the background of the popup window. Why not have one for that as well. Currently it's...
@wookayin I don't think there is an upstream ticket yet. I also don't quite understand how nvim-cmp is applying the colors to file a useful issue. I also noticed which-key.nvim...
It could be related to the use of `winhighlight` in nvim-cmp. As mentioned in [this comment](https://github.com/neovim/neovim/issues/16419#issuecomment-977859901) in neovim/neovim#16419 `winhighlight` is set to be deprecated in favor of namespaces, so it...
It could be an upstream issue. My workaround right now is to apply highlights only in the global (0) namespace and that seems to work fine. This issue is also...
Thinking about it, my dream would be to have a light entity that exposes all the attributes of the actual light like brightness, rgb_color, etc *plus* an additional attribute `circadian:...
I've followed the trail a bit and it seems like we'd have to set the headers. `Response.cookies` is a read-only property ```python @property def cookies(self) -> "Cookies": if not hasattr(self,...
I would most definitely accept a PR for this, this is Zenburn for the modern age after all. Only caveat is I want to avoid adding more colours if at...