fix(harpoon2): replace deprecated append() with add()

This commit is contained in:
Florian 2024-04-13 11:15:28 +03:00 committed by GitHub
parent bb36f71b77
commit 1fd0b463c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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