Vim: set termguicolors only on certain versions
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -1,7 +1,7 @@
|
|||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
|
|
||||||
" Theming
|
" Theming
|
||||||
if $TERM != 'linux'
|
if $TERM != 'linux' && version >= 800
|
||||||
colorscheme breezy
|
colorscheme breezy
|
||||||
set termguicolors
|
set termguicolors
|
||||||
set background=light
|
set background=light
|
||||||
|
Reference in New Issue
Block a user