vim: don't overwrite syntax-highlighting on deleted lines in diff
This commit is contained in:
parent
608fb67b91
commit
a5987cb611
1 changed files with 2 additions and 0 deletions
|
@ -211,6 +211,8 @@
|
||||||
-- Less pronounced indent lines
|
-- Less pronounced indent lines
|
||||||
IblIndent = { fg = theme.ui.bg_p2 },
|
IblIndent = { fg = theme.ui.bg_p2 },
|
||||||
IblScope = { fg = theme.ui.whitespace },
|
IblScope = { fg = theme.ui.whitespace },
|
||||||
|
-- Don't overwrite syntax-highlighting on deleted lines
|
||||||
|
DiffDelete = { fg = "none" },
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue