From e17cfa652939bebd875902e6b3cf06274e9859e3 Mon Sep 17 00:00:00 2001 From: luba Date: Sun, 28 Apr 2024 14:39:41 -0300 Subject: [PATCH] =?UTF-8?q?:sparkles:=20Adicionando=20lazygit=20Esse=20plu?= =?UTF-8?q?gin=20nos=20ajuda=20a=20gerir=20toda=20a=20intera=C3=A7=C3=A3o?= =?UTF-8?q?=20com=20o=20git=20em=20um=20projeto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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