changed relative number format to current way

This commit is contained in:
ashincoder 2021-07-04 14:38:08 +05:30
parent f3f3e51d0f
commit d50d11435d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ opt.clipboard = "unnamedplus"
-- Numbers
opt.number = true
opt.numberwidth = 2
-- opt("w", "relativenumber", true)
-- opt.relativenumber = true
-- for indenline
opt.expandtab = true