diff options
| author | jdhao <jdhao@hotmail.com> | 2020-01-01 17:30:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 17:30:16 +0800 |
| commit | f16ae086ad3c3c6c4deaab0a0785fd7d155519c0 (patch) | |
| tree | 12e9b6d2e2897178468c4d4635fcbc739e2835a0 /ui.vim | |
| parent | 3aa2a14c484d7bea02db75de197ef220c52c2d30 (diff) | |
Update firenvim setting
Diffstat (limited to 'ui.vim')
| -rw-r--r-- | ui.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
