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