Simplfy termguicolors check
This commit is contained in:
parent
374a7efd8b
commit
3fca673f35
2
init.vim
2
init.vim
|
@ -51,7 +51,7 @@ if executable('ag')
|
||||||
let g:ackprg = 'ag --vimgrep'
|
let g:ackprg = 'ag --vimgrep'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if exists('+termguicolors') && ($COLORTERM == "24bit" || $COLORTERM == "truecolor")
|
if exists('+termguicolors')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
endif
|
endif
|
||||||
colorscheme onehalfdark
|
colorscheme onehalfdark
|
||||||
|
|
Loading…
Reference in a new issue