Skip to content

Commit a01fa9d

Browse files
authored
Update README.md (#2)
1 parent ad95f18 commit a01fa9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Inspired by [hotwatermorning/auto-git-diff](https://github.com/hotwatermorning/a
88

99
## Installation
1010

11+
using `folke/lazy.nvim`
12+
1113
```lua
1214
{
1315
"yutkat/git-rebase-auto-diff.nvim",
1416
ft = { "gitrebase" },
15-
config = function()
16-
require("git-rebase-auto-diff").setup()
17-
end,
17+
opts = {},
1818
}
1919
```
2020

0 commit comments

Comments
 (0)