From a9f27a66bcea7094be1b95f1291271fcb8613942 Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 29 Oct 2024 19:15:19 +0100 Subject: increase colorcolumn to 92 --- lua/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/config.lua b/lua/config.lua index 2bc8762..a5eb4e3 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -21,7 +21,7 @@ vim.o.errorbells = false vim.o.scrolloff = 8 vim.o.encoding = "UTF-8" vim.o.fillchars = vim.o.fillchars .. "vert:│" -vim.o.colorcolumn = "90" +vim.o.colorcolumn = "92" vim.o.signcolumn = "yes" -- Completion -- cgit v1.2.3-18-g5258