From 859bc62ab55db5d98b7d54332ef309be1140d220 Mon Sep 17 00:00:00 2001 From: Stuart Stephens Date: Sun, 1 Feb 2026 10:59:21 -0500 Subject: [PATCH] remove vertical colored column --- lua/custom/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/options.lua b/lua/custom/options.lua index 0676501b..7717c06a 100644 --- a/lua/custom/options.lua +++ b/lua/custom/options.lua @@ -32,7 +32,7 @@ vim.opt.isfname:append '@-@' vim.opt.updatetime = 50 -vim.opt.colorcolumn = '80' +-- vim.opt.colorcolumn = '80' -- Neorg settings -- vim.opt.foldmethod = 'indent'