From 9c904b2f84cc62fa4a1ad3ad77dd23a5ff9d0105 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 26 Mar 2025 21:06:15 +0100 Subject: [PATCH] show floating boarder --- lua/config/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/config/options.lua b/lua/config/options.lua index 10100fb..395ec15 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -23,6 +23,7 @@ opt.showmatch = true -- Show matching braces opt.wrap = true -- When on, lines longer than the width of the window will wrap and displaying continues on the next line opt.list = true opt.hidden = true +opt.winborder = 'rounded' opt.scrolloff = 4 opt.shiftround = true opt.relativenumber = false