您好,我配置在电脑上一起正常,但是今天我在使用xshell连的时候,就出现了下面情况。

配置是这样的
set termguicolors " enable true colors support
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
color deus
hi NonText ctermfg=gray guifg=grey10
我发现去掉设置 :set termguicolors " enable true colors support let $NVIM_TUI_ENABLE_TRUE_COLOR=1Xshell背景就正常了。