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