Skip to content

Commit

Permalink
fix: Remove obsolet debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Jul 5, 2024
1 parent 0263d49 commit 4b21d20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/core/plugins/neogit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ return {
keys = config.keys,
opts = config.opts,
config = function(_, opts)
vim.print(opts)
require("neogit").setup(opts)
end,
}

0 comments on commit 4b21d20

Please sign in to comment.