This commit is contained in:
Harivansh Rathi 2026-03-07 19:28:35 -08:00
parent ca1b910392
commit 4838d7f9a1
3 changed files with 32 additions and 32 deletions

View file

@ -69,6 +69,7 @@ return {
},
{
'barrettruth/diffs.nvim',
enabled = true,
init = function()
vim.g.diffs = {
fugitive = {
@ -79,7 +80,7 @@ return {
hide_prefix = true,
highlights = {
gutter = true,
blend_alpha = 0.4,
blend_alpha = 0.2,
intra = { enabled = true },
},
}