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