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', '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
} }
} }
} }