local status, whichkey = pcall(require, "which-key") if not status then return end whichkey.setup({ window = { border = "double", position = "bottom", }, })