Link legacy diff groups for git.vim and diff.vim syntax

Fixes missing diff coloring when using the internal `git.vim` and `diff.vim` syntaxes
This commit is contained in:
Joonas Korhonen 2021-12-03 09:49:32 +02:00 committed by GitHub
commit dd37b67e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,9 @@ theme.base = {
DiffChange = { fg = p.rose },
DiffDelete = { fg = p.love },
DiffText = { fg = p.text },
diffAdded = { link = 'DiffAdd' },
diffChanged = { link = 'DiffChange' },
diffRemoved = { link = 'DiffDelete' },
Directory = { fg = p.foam, bg = p.none },
-- EndOfBuffer = {},
ErrorMsg = { fg = p.love, style = 'bold' },