From 6bd61248a2932bf423eb420e7dcd30c93f1e015b Mon Sep 17 00:00:00 2001 From: flea Date: Wed, 7 Feb 2024 15:25:45 +0800 Subject: [PATCH] Feat: add lazygit plugin --- lua/custom/plugins/lazygit.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/custom/plugins/lazygit.lua diff --git a/lua/custom/plugins/lazygit.lua b/lua/custom/plugins/lazygit.lua new file mode 100644 index 00000000..80c7a6fc --- /dev/null +++ b/lua/custom/plugins/lazygit.lua @@ -0,0 +1,7 @@ +return { + "kdheepak/lazygit.nvim", + -- optional for floating window border decoration + dependencies = { + "nvim-lua/plenary.nvim", + } +}