nvim/lua/plugins/diffs.lua
2026-02-03 16:24:23 -05:00

10 lines
164 B
Lua

return {
"barrettruth/diffs.nvim",
ft = { "git", "fugitive", "diff" },
opts = {
hide_prefix = true,
highlights = {
gutter = true,
},
},
}