diff --git a/init.lua b/init.lua index 1c002b07..eb37a466 100644 --- a/init.lua +++ b/init.lua @@ -879,6 +879,21 @@ require('lazy').setup({ end, }, { 'christoomey/vim-tmux-navigator' }, + { + 'kdheepak/lazygit.nvim', + dependencies = { 'nvim-lua/plenary.nvim' }, + cmd = { + 'LazyGit', + 'LazyGitConfig', + 'LazyGitCurrentFile', + 'LazyGitFilter', + 'LazyGitFilterCurrentFile', + }, + keys = { + { 'lg', 'LazyGit', desc = 'LazyGit' }, + }, + }, + { 'Kachyz/vim-gitmoji' }, -- { 'lukas-reineke/indent-blankline.nvim', main = 'ibl', opts = {} }, -- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the