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, }