feat(nvim): enable enhanced diff highlights for diffview
This commit is contained in:
parent
617b94f5d7
commit
dde47478ce
@ -432,6 +432,9 @@ lazy.setup({
|
|||||||
},
|
},
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"sindrets/diffview.nvim",
|
"sindrets/diffview.nvim",
|
||||||
|
opts = {
|
||||||
|
enhanced_diff_hl = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user