Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: drop useless/harmful nvim_set_hl_ns (#393)
The highlight absolutely does not need to be in the same namespace as the extmarks, and we definitely do not need to globally change the highlight namespace, as that might interfere with other plugins or the user's config or whatever. And it happens to break background colors in floats (such as LSP hover, diagnostic detail, completion help, etc.) due to a bug in neovim: neovim/neovim#30262
- Loading branch information