fix diffs

This commit is contained in:
Harivansh Rathi 2026-02-03 16:24:23 -05:00
parent c86c905c58
commit cbd29817fb
8 changed files with 54 additions and 33 deletions

10
lua/plugins/diffs.lua Normal file
View file

@ -0,0 +1,10 @@
return {
"barrettruth/diffs.nvim",
ft = { "git", "fugitive", "diff" },
opts = {
hide_prefix = true,
highlights = {
gutter = true,
},
},
}