✨ Adicionando lazygit
Esse plugin nos ajuda a gerir toda a interação com o git em um projeto
This commit is contained in:
parent
de34c39411
commit
e17cfa6529
15
init.lua
15
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 = {
|
||||
{ '<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
|
||||
|
|
Loading…
Reference in New Issue