From d72741b7feae4aab627a8c03b0b59f01195d2d11 Mon Sep 17 00:00:00 2001 From: Yaser Alraddadi Date: Sun, 16 Feb 2025 22:05:14 +0300 Subject: [PATCH] update --- lua/custom/plugins/harpoon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/harpoon.lua b/lua/custom/plugins/harpoon.lua index 7d6fc37d..f7fe3ec3 100644 --- a/lua/custom/plugins/harpoon.lua +++ b/lua/custom/plugins/harpoon.lua @@ -36,7 +36,7 @@ return { config = function() require('harpoon'):setup { settings = { - sync_on_ui_close = true, + -- sync_on_ui_close = true, save_on_toggle = true, }, }