Adicionando lazygit

Esse plugin nos ajuda a gerir toda a interação com o git em um projeto
This commit is contained in:
luba 2024-04-28 14:39:41 -03:00
parent de34c39411
commit e17cfa6529
1 changed files with 15 additions and 0 deletions

View File

@ -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 = {
{ '<leader>lg', '<cmd>LazyGit<cr>', 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