mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update firenvim setting
This commit is contained in:
parent
3aa2a14c48
commit
f16ae086ad
2
ui.vim
2
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user