Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: drop useless/harmful nvim_set_hl_ns #393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liskin
Copy link

@liskin liskin commented Sep 4, 2024

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant