@@ -92,6 +92,9 @@ M.config = function()
["<ESC>"] = close_all_menus,
["q"] = close_all_menus,
},
+ win_configs = {
+ border = "rounded",
+ },
}