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

Use nvim_buf_set_extmark to allow 'combine' hl_mode #20

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

alvarosevilla95
Copy link
Contributor

nvim_buf_clear_namespace does not allow to set the hl_mode, which
causes problems with cursorlines, as the virtual text doesn't get the
cursorline background. Using extmark we can pass hl_mode = 'combine',
which addresses exactlt that.

`nvim_buf_clear_namespace` does not allow to set the hl_mode, which
causes problems with cursorlines, as the virtual text doesn't get the
cursorline background. Using extmark we can pass `hl_mode = 'combine'`,
which addresses exactlt that.
@cmgriffing cmgriffing merged commit ebc9b50 into code-biscuits:main Nov 2, 2021
@cmgriffing
Copy link
Contributor

Awesome thanks.

I need to set up something to automatically format using lua-formatter. (that is why the formatting is wonky, not my fault :P )

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.

2 participants