local status_ok, dressing = pcall(require, "dressing") if not status_ok then return end dressing.setup { input = { enabled = true, title_pos = "center", border = 'single', relative = "win" }, select = { enabled = true, } }