From fe9435df8a9df6b8e19ced183b9ea697df514eb3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 24 Jan 2024 23:57:00 +0000 Subject: [PATCH] Set colorcolumn --- lua/opdavies/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/opdavies/options.lua b/lua/opdavies/options.lua index 74ee5a1..4fee705 100644 --- a/lua/opdavies/options.lua +++ b/lua/opdavies/options.lua @@ -119,6 +119,7 @@ local function set_vim_o() autoindent = true, backup = false, breakindent = true, + colorcolumn = "80", conceallevel = 0, cursorline = true, expandtab = true,