-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Add highlight support for diffAdded and diffRemoved #66
Comments
It's Are you in neovim? Also, how did you get to this diff? Did you use Thanks, If you're in neovim, and this is a real thing, I'll hi link |
Thanks for your contribution, but the theme already supports highlighting for The theme also provides a configuration to enable uniform diff backgrounds. I've searched the official vim documentation, but the only groups listed are @brandoniffert Is there any documentation about the groups you mentioned or are they maybe added by a plugin you're using? |
Hmm, I can't seem to find docs on it either but I've had it in other colorschemes. It's in the vim source code for git.vim and diff.vim I have vim set to my |
Ah, I see 👀 I've scoured through the git log and saw that it was included in the theme in an earlier version, but I've removed it because it seemed like a deprecated group since it had no effect when used with I'll link the missing groups to their respective |
The official "git.vim" and "diff.vim" syntax uses different groups for diff: * diffAdded (1) * diffRemoved (1) * diffChanged (2) This commit links these legacy groups to the official documented diff groups. References: (1) https://github.com/vim/vim/search?q=diffAdded+diffRemoved (2) https://github.com/vim/vim/search?q=diffChanged GH-66
Linked |
…ffAdded-and-diffRemoved Link legacy diff groups for git.vim and diff.vim syntax
vs
The text was updated successfully, but these errors were encountered: