show floating boarder

This commit is contained in:
Oliver Hartmann 2025-03-26 21:06:15 +01:00
parent 497429a1c3
commit 9c904b2f84

View File

@ -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.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.list = true
opt.hidden = true opt.hidden = true
opt.winborder = 'rounded'
opt.scrolloff = 4 opt.scrolloff = 4
opt.shiftround = true opt.shiftround = true
opt.relativenumber = false opt.relativenumber = false