fix: whichkey keybind

This commit is contained in:
2026-07-21 11:50:20 +02:00
parent 9bc811975b
commit c786b0ca8e
+1 -1
View File
@@ -11,7 +11,7 @@ return {
}, },
keys = { keys = {
{ {
"<leader>?", "<leader><leader>?",
function() function()
require("which-key").show({ global = false }) require("which-key").show({ global = false })
end, end,