whichkey updates

This commit is contained in:
Solomon Laing 2024-08-12 10:12:33 +09:30
parent fb91fa7348
commit 09e221169c

View File

@ -53,7 +53,7 @@ return {
nowait = true, -- use 'nowait'
}
whichkey.register({
whichkey.add({
mode = { "n", "v" },
["g"] = { name = "+goto" },
["m"] = { name = "+harpoon" },
@ -244,7 +244,7 @@ return {
-- },
}
whichkey.register(leader_mappings, leader_opts)
whichkey.add(leader_mappings, leader_opts)
end,
},
}