add lazygit integration
This commit is contained in:
9
lua/plugins/lazygit.lua
Normal file
9
lua/plugins/lazygit.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return { {
|
||||
'kdheepak/lazygit.nvim',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
keys = {
|
||||
{ '<leader>gg', '<cmd>:LazyGit<cr>', desc = '[gg] Open lazygit' },
|
||||
},
|
||||
} };
|
||||
Reference in New Issue
Block a user