nvim/lua/plugins/showkeys.lua
Maurice Grönwoldt 18da9560c6
Initial Commit
2025-07-30 16:05:16 +02:00

12 lines
176 B
Lua

return {
"nvzone/showkeys",
cmd = "ShowkeysToggle",
opts = {
timeout = 1,
maxkeys = 3,
winopts = {
height = 1
},
excluded_modes = { "i" }
}
}