Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use nvim_buf_set_extmark to allow 'combine' hl_mode
`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.
- Loading branch information