mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
7 lines
115 B
Lua
7 lines
115 B
Lua
return {
|
|
'kdheepak/lazygit.nvim',
|
|
keys = {
|
|
{ '<leader>gg', '<cmd>LazyGit<cr>', desc = 'Git' },
|
|
},
|
|
}
|