From 5347e7aa30e9ae97a43a02a19c499b3b13cfebaa Mon Sep 17 00:00:00 2001 From: Alfred Burgess <aburgess@bmhglobal.com.au> Date: Mon, 12 Feb 2024 11:33:24 +0800 Subject: [PATCH] Lazy Git Added lazygit to the git system @todo : ask it to install it if not installed, or check if it is installed --- lua/plugins/git.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua/plugins/git.lua b/lua/plugins/git.lua index 37d405a..905e05d 100644 --- a/lua/plugins/git.lua +++ b/lua/plugins/git.lua @@ -6,4 +6,13 @@ return { "aaronhallaert/advanced-git-search.nvim", dependencies = { "nvim-telescope/telescope.nvim" } }, + { + { + "kdheepak/lazygit.nvim", + -- optional for floating window border decoration + dependencies = { + "nvim-lua/plenary.nvim", + }, + }, + } } -- GitLab