add lazygit plugin

This commit is contained in:
Zeke 2023-07-07 23:39:08 -05:00
parent 1e8b72bb84
commit a119033625
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,3 @@
return {
vim.keymap.set('n', '<leader>gg', ':LazyGit<CR>', { desc = 'Open LazyGit' })
}