diff --git a/lua/plugins/git.lua b/lua/plugins/git.lua index 37d405a7e474257984c86f57fe8c73efb5c296d0..905e05d19ad789b62fcdb30fa012bda2f3b7455a 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", + }, + }, + } }