Updated config

This commit is contained in:
Eduard Urbach 2024-03-01 00:46:43 +01:00
parent 0903615726
commit 73dd29f976
Signed by: eduard
GPG key ID: 49226B848C78F6C8
13 changed files with 200 additions and 282 deletions

View file

@ -43,7 +43,7 @@ opt.wrap = false
-- UI
opt.fillchars = { eob = " ", vert = " " }
opt.laststatus = 0
opt.number = false
opt.number = true
opt.relativenumber = false
opt.signcolumn = "yes"
opt.statusline = "%{repeat('─',winwidth('.'))}"