return { "nvzone/showkeys", function() require("showkeys").setup { position = "top-right", winopts = { border = vim.g.border_style, }, -- change the way it looks winhl = "NormalFloat:Comment,NormalFloat:NormalFloat", maxkeys = 3, -- change the way keys are displayed keyformat = { [""] = "", [""] = "", [""] = "", [""] = "", [""] = "", [""] = "", [""] = "", [""] = "", [""] = "", [""] = "Alt", [""] = "Ctrl", } } end }