Add lazygit keymap
This commit is contained in:
@@ -4,4 +4,7 @@ return {
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
},
|
},
|
||||||
|
config = function()
|
||||||
|
vim.keymap.set('n', '<leader>gg', ':LazyGit <CR>')
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user