This commit is contained in:
kenji
2025-12-24 12:48:10 -06:00
parent 2b3a862c7e
commit 99d7b83017
3 changed files with 50 additions and 378 deletions
+3 -1
View File
@@ -301,10 +301,12 @@
}
# Harpoon commands
# Harpoon commands (Revised for Harpoon2 API)
{
mode = "n";
key = "<leader>ha";
action = "<CMD>lua require('harpoon.mark'):list():add()<CR>";
# Correct Harpoon2 API: require('harpoon'):list():add()
action = "<CMD>lua require('harpoon'):list():add()<CR>";
options.desc = "Add File";
}
{