dotfiles/.config/nvim/lua/plugins/extras/ui/showkeys.lua
2024-10-28 10:05:50 +01:00

8 lines
108 B
Lua

return {
"nvchad/showkeys",
cmd = "ShowkeysToggle",
opts = {
timeout = 1,
maxkeys = 8,
},
}