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