Files
nvim/lua/plugins/showkeys.lua

11 lines
143 B
Lua

return {
"nvzone/showkeys",
enabled = false,
cmd = "ShowkeysToggle",
opts = {
timeout = 1,
maxkeys = 5,
-- more opts
}
}