From fa2e5fef165f93a3381e2c016ef8c5ce6382f5fb Mon Sep 17 00:00:00 2001 From: chenxu <6235641+cxwx@users.noreply.github.com> Date: Sat, 29 Mar 2025 11:38:56 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5cb699..55a4601 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Inspired by [hotwatermorning/auto-git-diff](https://github.com/hotwatermorning/a ## Installation +using `folke/lazy.nvim` + ```lua { "yutkat/git-rebase-auto-diff.nvim", ft = { "gitrebase" }, - config = function() - require("git-rebase-auto-diff").setup() - end, + opts = {}, } ```