set cursorlineopt=number #865
This commit is contained in:
parent
48f1bb702d
commit
a88c68f911
|
@ -11,6 +11,7 @@ opt.showmode = false
|
||||||
|
|
||||||
opt.clipboard = "unnamedplus"
|
opt.clipboard = "unnamedplus"
|
||||||
opt.cursorline = true
|
opt.cursorline = true
|
||||||
|
opt.cursorlineopt = 'number'
|
||||||
|
|
||||||
-- Indenting
|
-- Indenting
|
||||||
opt.expandtab = true
|
opt.expandtab = true
|
||||||
|
|
Loading…
Reference in New Issue