From a2240b582c13963aa13373c0438a1691c29ad2d1 Mon Sep 17 00:00:00 2001 From: Pojok Code Date: Sat, 13 Jul 2024 16:56:03 +0700 Subject: [PATCH] enc: set border rounded --- lua/plugins/whichkey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/whichkey.lua b/lua/plugins/whichkey.lua index 1c45b8b..432ea93 100644 --- a/lua/plugins/whichkey.lua +++ b/lua/plugins/whichkey.lua @@ -49,7 +49,7 @@ return { -- height = { min = 4, max = 25 }, -- col = 0, row = -1, - border = "single", -- none, single, double, shadow + border = "rounded", -- none, single, double, shadow padding = { 1, 2 }, -- extra window padding [top/bottom, right/left] title = true, title_pos = "center",