local M = {} function M.setup() local neogit = require("neogit") neogit.setup() vim.keymap.set("n", "", neogit.open) end return M