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",
function()
require("harpoon"):list():append()
require("harpoon"):list():add()
end,
desc = "Harpoon Add File",
},