return { "TimUntersberger/neogit", enabled = false, dependencies = { "nvim-lua/plenary.nvim", }, config = true, cmd = { "Neogit" }, keys = { { "g", function() require("neogit").open({}) end, desc = "Open Neogit in floating window", }, { "gc", function() require("neogit").open({ "commit" }) end, desc = "Open Neogit commit window", }, }, }