diff --git a/init.lua b/init.lua index a7c426d..b8aa7c2 100644 --- a/init.lua +++ b/init.lua @@ -316,6 +316,12 @@ require'lazy'.setup{ --{{{1 } end, }, + { "kdheepak/lazygit.nvim", --{{{2 + lazy = true, + cmd = { "LazyGit", "LazyGitConfig", "LazyGitCurrentFile", "LazyGitFilter", "LazyGitFilterCurrentFile", }, + dependencies = { "nvim-lua/plenary.nvim", }, + keys = { { ",g", "LazyGit", desc = "LazyGit" }, }, + }, { 'mfussenegger/nvim-dap', --{{{2 dependencies = { 'nvim-treesitter/nvim-treesitter',