local status, git = pcall(require, "git") if (not status) then return end git.setup({ keymaps = { -- Open blame window blame = "gb", -- Open file/folder in git repository browse = "go", } })