Skip to content

Commit

Permalink
fix(neovim): harpoon2 append -> add
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Apr 15, 2024
1 parent b0bfada commit 30b77ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/neovim/files/lua/custom/plugins/editor/harpoon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ return {
n = {
["<leader>a"] = {
function()
harpoon:list():append()
harpoon:list():add()
end,
"[Harpoon] Append current file to list",
},
Expand Down

0 comments on commit 30b77ea

Please sign in to comment.