return { "NeogitOrg/neogit", dependencies = { "nvim-lua/plenary.nvim", "sindrets/diffview.nvim", }, cmd = "Neogit", init = function() vim.keymap.set("n", "g", "Neogit") end, config = true, opts = { disable_commit_confirmation = true, disable_builtin_notifications = true, integrations = { diffview = true }, }, }