diff --git a/lua/nxvim/plugins/harpoon.lua b/lua/nxvim/plugins/harpoon.lua index cb22dd9..b80a251 100644 --- a/lua/nxvim/plugins/harpoon.lua +++ b/lua/nxvim/plugins/harpoon.lua @@ -13,7 +13,7 @@ nx.map({ { { "mh3", "3" }, function() harpoon_ui.nav_file(3) end, desc = "Go to Harpoon #3" }, { { "mh4", "4" }, function() harpoon_ui.nav_file(4) end, desc = "Go to Harpoon #4" }, -- stylua: ignore - { "a", function() require("harpoon.mark").add_file() end, desc = "Harpoon Current File", wk_label = "Add Current File" }, + { {"mha", "a"}, function() require("harpoon.mark").add_file() end, desc = "Harpoon Current File", wk_label = "Add Current File" }, }, { wk_label = { sub_desc = "Harpoon[s]?" } }) nx.map({