add lazygit integration

This commit is contained in:
Guz013
2023-11-08 12:37:10 -03:00
parent 39113faca8
commit 432761d4fc
2 changed files with 10 additions and 0 deletions

9
lua/plugins/lazygit.lua Normal file
View File

@@ -0,0 +1,9 @@
return { {
'kdheepak/lazygit.nvim',
dependencies = {
'nvim-lua/plenary.nvim',
},
keys = {
{ '<leader>gg', '<cmd>:LazyGit<cr>', desc = '[gg] Open lazygit' },
},
} };