-- 配置lazygit 需要本地安装lazygit return { "kdheepak/lazygit.nvim", -- optional for floating window border decoration dependencies = { "nvim-lua/plenary.nvim", }, config = function() vim.keymap.set("n", "gt", ":LazyGit", { desc = "Lazygit" }) end }