border for cmp and float windows

This commit is contained in:
2025-04-03 22:38:30 +02:00
parent 0699d2a3a8
commit 18a85dd239
4 changed files with 14 additions and 5 deletions

View File

@ -23,7 +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.winborder = 'none'
opt.scrolloff = 4
opt.shiftround = true
opt.relativenumber = false