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