chore(nvim): update key map

This commit is contained in:
Stefan Imhoff
2025-05-02 12:35:45 +02:00
parent 4fe0d433e1
commit c0694ffdf0

View File

@@ -5,7 +5,7 @@ return {
branch = "harpoon2",
keys = {
{
"<leader>a",
"<leader>'",
function()
require("harpoon"):list():add()
end,