fix(nvim): update changed API of harpoon

This commit is contained in:
Stefan Imhoff
2024-07-05 13:34:44 +02:00
parent 1418766c16
commit cc466c919d

View File

@@ -7,7 +7,7 @@ return {
{ {
"<leader>a", "<leader>a",
function() function()
require("harpoon"):list():append() require("harpoon"):list():add()
end, end,
desc = "Harpoon Add File", desc = "Harpoon Add File",
}, },