From 631db6780e4a397fcbe5e8e929095555bd7a8df8 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Wed, 8 Jul 2026 15:10:26 +0530 Subject: [PATCH] add colorcolumn --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 140ba14..ea9d61f 100644 --- a/init.lua +++ b/init.lua @@ -18,6 +18,7 @@ O.signcolumn = 'yes:1' O.ignorecase = true O.smartcase = true O.fillchars = { eob = " " } +O.colorcolumn = "120" -- Maintain a history of undos so that I can undo even after restart O.undofile = true