From f16ae086ad3c3c6c4deaab0a0785fd7d155519c0 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 1 Jan 2020 17:30:16 +0800 Subject: [PATCH] Update firenvim setting --- ui.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.vim b/ui.vim index 2c8b808..acca9c4 100644 --- a/ui.vim +++ b/ui.vim @@ -3,7 +3,7 @@ " Enable true colors support. Do not use this option if your terminal does not " support true colors! For a comprehensive list of terminals supporting true " colors, see https://github.com/termstandard/colors and https://bit.ly/2InF97t. -if $TERM == "xterm-256color" +if $TERM == "xterm-256color" || exists('g:started_by_firenvim') set termguicolors endif " Use dark background