From 7e1134b15c5f60b9476422d662a8ca155173c49c Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 6 Mar 2025 08:47:20 +0100 Subject: [PATCH] added lazygit.nvim --- init.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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',