From e332a9835e936656db8a60b1f345f988c6933e9a Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Wed, 9 Oct 2024 19:04:24 +0100
Subject: [PATCH] Remove the default `colorcolumn`

---
 config/neovim/lua/opdavies/options.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/neovim/lua/opdavies/options.lua b/config/neovim/lua/opdavies/options.lua
index cb6a5895..35059a0b 100644
--- a/config/neovim/lua/opdavies/options.lua
+++ b/config/neovim/lua/opdavies/options.lua
@@ -5,7 +5,6 @@ local settings = {
   autoindent = true,
   backup = false,
   breakindent = true,
-  colorcolumn = "80",
   expandtab = true,
   foldlevel = 1,
   foldlevelstart = 99,