From 81ba3ef4938afbdc9fa29f6f5dba83384b362833 Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Tue, 1 Aug 2023 20:45:09 -0300 Subject: [PATCH] add lazy git plugin probably will configure it as well, this app looks kinda cool --- 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 0000000..843ae3a --- /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", + }, +}