nvim: Fix Lazygit open
This commit is contained in:
parent
1ca57a236d
commit
321295106b
@ -35,21 +35,21 @@ return {
|
|||||||
{
|
{
|
||||||
"<leader>hh",
|
"<leader>hh",
|
||||||
function()
|
function()
|
||||||
Snacks.lazygit()
|
Snacks.lazygit.open()
|
||||||
end,
|
end,
|
||||||
desc = "Open Lazygit",
|
desc = "Open Lazygit",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"<leader>hg",
|
"<leader>hg",
|
||||||
function()
|
function()
|
||||||
Snacks.lazygit().log()
|
Snacks.lazygit.log()
|
||||||
end,
|
end,
|
||||||
desc = "Open Lazygit (log view)",
|
desc = "Open Lazygit (log view)",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"<leader>hf",
|
"<leader>hf",
|
||||||
function()
|
function()
|
||||||
Snacks.lazygit().log_file()
|
Snacks.lazygit.log_file()
|
||||||
end,
|
end,
|
||||||
desc = "Open Lazygit (current file log view)",
|
desc = "Open Lazygit (current file log view)",
|
||||||
},
|
},
|
||||||
@ -96,7 +96,7 @@ return {
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
end,
|
end,
|
||||||
desc = "Grep",
|
desc = "Grep in directory",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"<leader>:",
|
"<leader>:",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user