stow_dotfiles/nvim2/.config/nvim/lua/plugins/showkeys.lua
Matthieu Fortin (Home/Maison) cbece4f200 I made leetle mistake
2025-05-09 06:37:27 -04:00

7 lines
99 B
Lua

return {
"nvzone/showkeys",
cmd = "ShowkeysToggle",
opts={
maxkeys=5
}
}