Skip to content

Commit

Permalink
fix(harpoon): Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Mar 25, 2024
1 parent 0c44c40 commit 7f74dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/core/plugins/harpoon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ local default_config = {
}

local config = vim.tbl_deep_extend("force", default_config, user_config)
vim.print(config)

return {
"ThePrimeagen/harpoon",
Expand Down

0 comments on commit 7f74dc5

Please sign in to comment.