small changes

This commit is contained in:
ZaneFerns360 2024-08-13 23:40:44 +05:30
parent 6440047017
commit 6d384cb30e
2 changed files with 3 additions and 3 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>gg', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
{ '<leader>g', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
},
},
}