From edb64a189ccaa94812a40b6530f7a55f03769003 Mon Sep 17 00:00:00 2001 From: David Yonge-Mallo Date: Mon, 15 Jun 2026 07:54:17 +0200 Subject: [PATCH] add diffview-plus.nvim as alternative to diffview.nvim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b92af0..0f9c6f0 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ When in visual mode you get the `Diffview` for the selected range. ```lua { 'isakbm/gitgraph.nvim', - dependencies = { 'sindrets/diffview.nvim' }, + dependencies = { 'sindrets/diffview.nvim' }, -- alternatively: 'dlyongemallo/diffview-plus.nvim' ---@type I.GGConfig opts = { hooks = {