14 lines
270 B
Lua
14 lines
270 B
Lua
|
return {
|
||
|
{
|
||
|
'kdheepak/lazygit.nvim',
|
||
|
keys = {
|
||
|
{ '<leader>gg', '<cmd>LazyGit<cr>', desc = 'Open LazyGit' },
|
||
|
},
|
||
|
cmd = 'LazyGit',
|
||
|
-- optional for floating window border decoration
|
||
|
dependencies = {
|
||
|
'nvim-lua/plenary.nvim',
|
||
|
},
|
||
|
},
|
||
|
}
|