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