feat(nvim): enable enhanced diff highlights for diffview

This commit is contained in:
Price Hiller 2023-07-07 10:02:10 -05:00
parent 617b94f5d7
commit dde47478ce
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -432,6 +432,9 @@ lazy.setup({
},
dependencies = {
"sindrets/diffview.nvim",
opts = {
enhanced_diff_hl = true,
},
},
},