Simplfy termguicolors check

This commit is contained in:
Edward Litherland-Smith 2022-09-06 14:51:41 +01:00
parent 374a7efd8b
commit 3fca673f35

View file

@ -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