Skip to content

Commit ebf390f

Browse files
authored
Fix README installation and configuration
1 parent 2f611f3 commit ebf390f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ Works great for: “show me the last N commits, let me pick one (or two) and ope
2727
```lua
2828
{
2929
"Salanoid/gitlogdiff.nvim",
30+
main = "gitlogdiff",
3031
dependencies = {
3132
"sindrets/diffview.nvim",
3233
"folke/snacks.nvim",
3334
},
34-
cmd = "GitLogDiff", -- lazy-load on command
35-
opts = {
36-
max_count = 300,
37-
},
35+
cmd = "GitLogDiff",
36+
opts = { max_count = 300 },
3837
}
38+
3939
```
4040

4141
### packer.nvim

0 commit comments

Comments
 (0)