1
0
neovim-config/lua/config/lazygit.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
}