sauce-nvim-config/lua/themenacesauce/plugins/showkey.lua

21 lines
681 B
Lua

return {
{
"nvzone/showkeys",
cmd = "ShowkeysToggle",
opts = {
-- position = "bottom-right",
maxkeys = 3,
show_count = true,
winopts = {
focusable = false,
relative = "editor",
style = "minimal",
border = "single",
height = 1,
row = 1,
col = 0,
},
},
}
}