This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
.nvim/lua/plugins/lazygit.lua
2023-11-08 12:37:10 -03:00

10 lines
174 B
Lua

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