add lazygit plugin
This commit is contained in:
parent
1e8b72bb84
commit
a119033625
2 changed files with 10 additions and 1 deletions
3
lua/custom/plugins/lazygit.lua
Normal file
3
lua/custom/plugins/lazygit.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
vim.keymap.set('n', '<leader>gg', ':LazyGit<CR>', { desc = 'Open LazyGit' })
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue