adwaita.nvim
adwaita.nvim copied to clipboard
GitSigns: Adding support for linehighlights
Hi!
Thank you for this amazing theme!
I added support for GitSigns' LineHighlights (:GitSigns toggle_linehl).
Please review the implementation as I'm just getting started with Neovim, there may be a better way to implement this.
For instance, I noticed GitSigns can inherit colors from GitGutter and Diff, we should discuss if it would be better to support those directly and let GitSigns inherit them automatically (see https://github.com/lewis6991/gitsigns.nvim/blob/main/doc/gitsigns.txt#L473)
Anyway, here's some screenshots:
Before:


After:

