set colorcolumn

This commit is contained in:
Christoph J. Scherr 2024-07-05 21:58:43 +02:00
parent 3bcc0b4cf7
commit dc36a117d0
1 changed files with 1 additions and 1 deletions

View File

@ -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' }