From 834038a59b84799c8d1456fa2eb221294d170ba5 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Tue, 11 Feb 2025 10:25:00 +0300 Subject: [PATCH] Move splitline from 80 to 99 symbols --- plugin/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/options.lua b/plugin/options.lua index 4b875ba..c95973e 100644 --- a/plugin/options.lua +++ b/plugin/options.lua @@ -22,7 +22,7 @@ opt.softtabstop = 2 opt.swapfile = false -- Add line at 80 symbols -opt.colorcolumn = "80" +opt.colorcolumn = "99" -- config to set up clipboard as default register opt.clipboard:append("unnamedplus")