9 lines
188 B
Lua
9 lines
188 B
Lua
return {
|
|
'kdheepak/lazygit.nvim',
|
|
config = function ()
|
|
require("legendary").keymaps{
|
|
{"<leader>gg", ":LazyGit<cr>", description = "Open lazygit", opts = {silent = true}}
|
|
}
|
|
end
|
|
}
|