Improved nushell and nvim

This commit is contained in:
Eduard Urbach 2023-08-29 13:29:37 +02:00
parent 8e098411c4
commit 306059ea36
Signed by: eduard
GPG key ID: 49226B848C78F6C8
5 changed files with 26 additions and 10 deletions

View file

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