Set termguicolors if vim is compiled with it
This commit is contained in:
parent
46294d589d
commit
86ea6a2c26
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ au FileType gitcommit call setpos('.', [0, 1, 1, 0])
|
||||||
" => Shell section
|
" => Shell section
|
||||||
""""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""""
|
||||||
if exists('$TMUX')
|
if exists('$TMUX')
|
||||||
if has('nvim')
|
if has('nvim') || has('termguicolors')
|
||||||
set termguicolors
|
set termguicolors
|
||||||
else
|
else
|
||||||
set term=screen-256color
|
set term=screen-256color
|
||||||
|
|
Loading…
Reference in a new issue