This commit is contained in:
Harivansh Rathi 2026-03-09 15:12:33 -07:00
parent 67892a8017
commit 1fc2665b84
2 changed files with 11 additions and 9 deletions

View file

@ -72,15 +72,17 @@ return {
enabled = true,
init = function()
vim.g.diffs = {
fugitive = {
enabled = true,
horizontal = false,
vertical = false,
integrations = {
fugitive = {
enabled = true,
horizontal = false,
vertical = false,
},
},
hide_prefix = true,
highlights = {
gutter = true,
blend_alpha = 0.3,
blend_alpha = 0.4,
intra = { enabled = true },
},
}