APZelos / blamer.nvim

A git blame plugin for neovim inspired by VS Code's GitLens plugin
MIT License
733 stars 35 forks source link

Combining highlights; moving to nvim_buf_set_extmark (Resolves #47) #48

Closed dgkf closed 3 years ago

dgkf commented 3 years ago

Following up on #47

Since I had all the code edited already, I figured I might as well submit a PR.

Feel free to tweak as needed if you'd prefer to expose the hl_mode as a global option.

georgesofianosgr commented 3 years ago

I tested it and it seems to work great. Thanks for the contribution :)