return { { "ThePrimeagen/harpoon", branch = "harpoon2", -- https://github.com/ThePrimeagen/harpoon/tree/harpoon2 dependencies = { "nvim-lua/plenary.nvim" }, config = function() require("harpoon"):setup({ settings = { save_on_toggle = true, sync_on_ui_close = true, } }) end, }, }