set colorcolumn
This commit is contained in:
parent
3bcc0b4cf7
commit
dc36a117d0
2
init.lua
2
init.lua
|
@ -126,7 +126,7 @@ opt.showcmd = false -- show command in status line
|
|||
opt.cmdheight = 0
|
||||
opt.cmdwinheight = 5 -- Command-line lines
|
||||
opt.equalalways = true -- Resize windows on split or close
|
||||
opt.colorcolumn = '+0' -- Column highlight at textwidth's max character-limit
|
||||
opt.colorcolumn = '80' -- Column highlight at textwidth's max character-limit
|
||||
|
||||
opt.cursorline = true
|
||||
opt.cursorlineopt = { 'number', 'screenline' }
|
||||
|
|
Loading…
Reference in New Issue