From 19ec0836f6dd5088cd2928fb80c9474cfb15b6cb Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Wed, 6 Aug 2025 06:01:16 +0530 Subject: plugin/appearance.lua: use winborder Defines the default border style of floating windows Signed-off-by: Brahmajit Das --- plugin/appearance.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/appearance.lua b/plugin/appearance.lua index 3151523..3e3a638 100644 --- a/plugin/appearance.lua +++ b/plugin/appearance.lua @@ -43,6 +43,7 @@ opt.fillchars = { foldsep = "│", foldclose = "▸", } +opt.winborder = "rounded" -- Defines the default border style of floating windows vim.cmd [[ " Function, identifier and comments in italic -- cgit v1.2.3