chore: update lazygit invocation for improved functionality

This commit is contained in:
2024-11-24 03:18:05 -05:00
parent c99db3c038
commit f1cc653431
+1 -1
View File
@@ -632,7 +632,7 @@ M.gitblame = {
padding = { left = 1, right = 0 },
on_click = function()
if vim.g.statusline_clickable_git ~= false then
require('config.rootiest').toggle_lazygit_float()
Snacks.lazygit()
end
end,
})