format lazygit
This commit is contained in:
parent
561b99ac1b
commit
c81d9e0bda
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user