Improved nushell and nvim

This commit is contained in:
Eduard Urbach 2023-08-29 13:29:37 +02:00
parent 70b18b36ca
commit dfe88eaa65
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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('.'))}"