master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit c81d9e0bda - Show all commits

View File

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