From 4b21d20ee96970d0871eaccbf28ac1be7f48b2fa Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 5 Jul 2024 21:47:06 +0200 Subject: [PATCH] fix: Remove obsolet debug output --- lua/core/plugins/neogit.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/core/plugins/neogit.lua b/lua/core/plugins/neogit.lua index 16d0d80a..0944bf7e 100644 --- a/lua/core/plugins/neogit.lua +++ b/lua/core/plugins/neogit.lua @@ -20,7 +20,6 @@ return { keys = config.keys, opts = config.opts, config = function(_, opts) - vim.print(opts) require("neogit").setup(opts) end, }