diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index a978274..78f5eba 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -137,4 +137,23 @@ return { opts = {} }, + { + "kdheepak/lazygit.nvim", + cmd = { + "LazyGit", + "LazyGitConfig", + "LazyGitCurrentFile", + "LazyGitFilter", + "LazyGitFilterCurrentFile", + }, + -- optional for floating window border decoration + dependencies = { + "nvim-lua/plenary.nvim", + }, + -- setting the keybinding for LazyGit with 'keys' is recommended in + -- order to load the plugin when the command is run for the first time + keys = { + { "lg", "LazyGit", desc = "LazyGit" } + } + }, }