return { "TimUntersberger/neogit", cmd = "Neogit", config = function() require("neogit").setup({ kind = "split", signs = { -- { CLOSED, OPENED } section = { "", "" }, item = { "", "" }, hunk = { "", "" }, }, integrations = { diffview = true }, }) end, init = function() vim.keymap.set("n", "gg", "Neogit kind=floating", { desc = "Neogit" }) end, }