Add lazygit keymap

This commit is contained in:
2025-01-01 20:12:15 +10:00
parent 1459ea94bf
commit fd0db7d448

View File

@@ -4,4 +4,7 @@ return {
dependencies = {
'nvim-lua/plenary.nvim',
},
config = function()
vim.keymap.set('n', '<leader>gg', ':LazyGit <CR>')
end,
}