From 51ec4ef527fe212fdb989a33f1194dc2bd7e27ee Mon Sep 17 00:00:00 2001 From: Warwick Date: Mon, 1 Jul 2024 12:33:38 +0100 Subject: [PATCH] Added diffview for git merges --- lua/core/plugins.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index f6f11b5..c3dd6a4 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -111,6 +111,7 @@ local plugins = { end }, + -- Git tooling { "kdheepak/lazygit.nvim", cmd = { @@ -123,6 +124,9 @@ local plugins = { dependencies = { "nvim-lua/plenary.nvim", } + }, + { + "sindrets/diffview.nvim" } }