mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 07:04:47 +00:00
10 lines
164 B
Lua
10 lines
164 B
Lua
return {
|
|
"barrettruth/diffs.nvim",
|
|
ft = { "git", "fugitive", "diff" },
|
|
opts = {
|
|
hide_prefix = true,
|
|
highlights = {
|
|
gutter = true,
|
|
},
|
|
},
|
|
}
|