我对Vim和NeoVim有些新意,所以我安装了插件并启动了NeoVim,由于某些原因,NeoVim上没有显示256种颜色,而是我得到了这个,
我在KDE linux上使用Konsole运行NeoVim,在这些行之前加载插件后,我的NeoVim init文件看起来像这样,
syntax on
set encoding=utf8
set t_Co=256 "Explicitly tell vim that the terminal supports 256 colors"
colorscheme base16-solarized
我的$ TERM变量是xterm。
我该如何解决这个问题?感谢。