mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): update changed API of harpoon
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user