From 13845c038f543a8160c233330486490b91fdb482 Mon Sep 17 00:00:00 2001 From: Jose Carvajal Date: Mon, 9 Jun 2025 15:43:32 -0600 Subject: [PATCH] Typo in text --- 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 61812c37..63748a43 100644 --- a/lua/custom/plugins/harpoon.lua +++ b/lua/custom/plugins/harpoon.lua @@ -11,7 +11,7 @@ return { vim.keymap.set('n', 'a', function() harpoon:list():add() - end, { desc = 'Harppon [A]dd File' }) + end, { desc = 'Harpoon [A]dd File' }) vim.keymap.set('n', '', function() harpoon.ui:toggle_quick_menu(harpoon:list()) end, { desc = 'Harpoon Menu' })