From 856c994e212afa5d7868899a355575950650654c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 9 Jul 2024 22:00:00 +0100 Subject: [PATCH] Add a default colorcolumn --- lua/opdavies/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/opdavies/options.lua b/lua/opdavies/options.lua index 72d8aa8..09c563a 100644 --- a/lua/opdavies/options.lua +++ b/lua/opdavies/options.lua @@ -5,6 +5,7 @@ local settings = { autoindent = true, backup = false, breakindent = true, + colorcolumn = "80", expandtab = true, foldlevel = 1, foldlevelstart = 99,