From 67f73297e1ea49570bb8fe42417196db4ad1af91 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 22 Jun 2022 11:47:08 +0000 Subject: [PATCH] Fix ColorColumn overriding font colour --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 09bfa2a..57f2b44 100644 --- a/vimrc +++ b/vimrc @@ -231,6 +231,7 @@ if &background ==# 'light' else highlight SpecialKey ctermfg=darkgray ctermbg=NONE guifg=darkgray guibg=NONE endif +highlight ColorColumn ctermfg=NONE guifg=NONE " Keep this as the last config line in the file. runtime vimrc.local