whichkey updates
This commit is contained in:
parent
fb91fa7348
commit
09e221169c
@ -53,7 +53,7 @@ return {
|
|||||||
nowait = true, -- use 'nowait'
|
nowait = true, -- use 'nowait'
|
||||||
}
|
}
|
||||||
|
|
||||||
whichkey.register({
|
whichkey.add({
|
||||||
mode = { "n", "v" },
|
mode = { "n", "v" },
|
||||||
["g"] = { name = "+goto" },
|
["g"] = { name = "+goto" },
|
||||||
["m"] = { name = "+harpoon" },
|
["m"] = { name = "+harpoon" },
|
||||||
@ -244,7 +244,7 @@ return {
|
|||||||
-- },
|
-- },
|
||||||
}
|
}
|
||||||
|
|
||||||
whichkey.register(leader_mappings, leader_opts)
|
whichkey.add(leader_mappings, leader_opts)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user