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' })