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', 'LazyGitFilterCurrentFile',
'LazyGit', 'LazyGit',
}, },
config = function () config = function()
require("telescope").load_extension("lazygit") require("telescope").load_extension("lazygit")
end, end,
keys = { keys = {
{ {
'<Space>g', '<Space>g',
function () function()
require('lazygit').lazygit() require('lazygit').lazygit()
end end
} }
} }
} }