This commit is contained in:
ZaneFerns360 2024-10-08 16:59:03 +05:30
parent 90fa7ca95d
commit 2e6982b0b9
3 changed files with 8 additions and 10 deletions

View file

@ -16,7 +16,7 @@ local lg = {
-- setting the keybinding for LazyGit with 'keys' is recommended in
-- order to load the plugin when the command is run for the first time
keys = {
{ '<leader>g', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
{ '<leader>gg', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
},
},
}