set cursorlineopt=number #865

This commit is contained in:
siduck 2023-10-31 05:43:02 +05:30
parent 48f1bb702d
commit a88c68f911
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ opt.showmode = false
opt.clipboard = "unnamedplus"
opt.cursorline = true
opt.cursorlineopt = 'number'
-- Indenting
opt.expandtab = true