Skip to content

Commit 459613b

Browse files
loicreynieryutkat
authored andcommitted
Add options in README
1 parent 8ee9aa9 commit 459613b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ using `folke/lazy.nvim`
1414
{
1515
"yutkat/git-rebase-auto-diff.nvim",
1616
ft = { "gitrebase" },
17-
opts = {},
17+
opts = {
18+
size = vim.fn.float2nr(vim.o.lines * 0.5),
19+
run_show = false,
20+
},
1821
}
1922
```
2023

0 commit comments

Comments
 (0)