nvim-config/after/plugin/lazygit-config.lua
2023-10-06 20:38:37 +01:00

2 lines
127 B
Lua

--[[ LazyGit Configurations ]]
vim.keymap.set("n", "<leader>gg", ":LazyGit<CR>", { silent = true, desc = 'Launch Lazygit' })