mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-17 19:03:56 +00:00
fix diffs
This commit is contained in:
parent
c86c905c58
commit
cbd29817fb
8 changed files with 54 additions and 33 deletions
10
lua/plugins/diffs.lua
Normal file
10
lua/plugins/diffs.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"barrettruth/diffs.nvim",
|
||||
ft = { "git", "fugitive", "diff" },
|
||||
opts = {
|
||||
hide_prefix = true,
|
||||
highlights = {
|
||||
gutter = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue