mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(harpoon2): replace deprecated append() with add()
This commit is contained in:
parent
bb36f71b77
commit
1fd0b463c6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ return {
|
|||
{
|
||||
"<leader>H",
|
||||
function()
|
||||
require("harpoon"):list():append()
|
||||
require("harpoon"):list():add()
|
||||
end,
|
||||
desc = "Harpoon File",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue