local M = { { "NeogitOrg/neogit", lazy = true, dependencies = { "nvim-lua/plenary.nvim", "sindrets/diffview.nvim", }, cmd = "Neogit", keys = { { "gg", "Neogit", desc = "Show Neogit UI" }, }, }, } return M