From dc36a117d0ba6522f28bbb6bfaed1eeb50d9b4d0 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 5 Jul 2024 21:58:43 +0200 Subject: [PATCH] set colorcolumn --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 14f0456..536bc39 100644 --- a/init.lua +++ b/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' }