forked from Shinonome/fred-neovim
TESTP
This commit is contained in:
+3
-1
@@ -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";
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user