From 3fca673f35fc195bd7cea3721a037703c8b8c59f Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Tue, 6 Sep 2022 14:51:41 +0100 Subject: [PATCH] Simplfy termguicolors check --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index fcb86fe6..ae7fd672 100644 --- a/init.vim +++ b/init.vim @@ -51,7 +51,7 @@ if executable('ag') let g:ackprg = 'ag --vimgrep' endif -if exists('+termguicolors') && ($COLORTERM == "24bit" || $COLORTERM == "truecolor") +if exists('+termguicolors') set termguicolors endif colorscheme onehalfdark