format lazygit

This commit is contained in:
Oliver Hartmann 2023-01-29 11:15:50 +01:00
parent 561b99ac1b
commit c81d9e0bda

View File

@ -10,17 +10,15 @@ return {
'LazyGitFilterCurrentFile',
'LazyGit',
},
config = function ()
config = function()
require("telescope").load_extension("lazygit")
end,
keys = {
{
'<Space>g',
function ()
function()
require('lazygit').lazygit()
end
}
}
}