From ac3ce767ccb7bdbc06ae1df099603f74f0b51ffe Mon Sep 17 00:00:00 2001 From: Andy Teijelo Date: Sat, 13 Jul 2024 21:21:07 -0400 Subject: [PATCH] which border config update --- lua/plugins/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/core.lua b/lua/plugins/core.lua index ea683cb..a65f38d 100644 --- a/lua/plugins/core.lua +++ b/lua/plugins/core.lua @@ -4,7 +4,7 @@ return { { "folke/which-key.nvim", opts = { - window = { + win = { border = "single", }, },