Merge pull request #122 from ashincoder/main

Fixed relative number
This commit is contained in:
siduck76 2021-07-05 06:29:06 +05:30 committed by GitHub
commit 1f89919d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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