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" } }