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