feat: add on-click functionality to open LazyGit

This commit is contained in:
2024-08-29 14:48:11 -04:00
parent 8ae7e9edb4
commit 93e7a1afc4
+4
View File
@@ -68,6 +68,10 @@ return {
and utils.is_window_wide_enough(width_limit)
end,
color = { fg = utils.get_fg_color("GitSignsCurrentLineBlame") },
padding = { left = 1, right = 0 },
on_click = function()
vim.cmd("LazyGit")
end,
})
-- Apply the lualine configuration
require("lualine").setup(config)