2017-08-24 85 views

回答

0

我自己的经验是我安装了Solared作为使用Vundle的主题。通过从Vundle和installing the theme manually中删除包,该评论不再突出显示,主题正常工作。我试过vim-plug作为包管理器,它也很好。

以下是我的.vimrc配置与日晒黑暗的主题相关。

syntax enable 
set t_Co=256 
set background=dark 
set g:solarized_visibility = "high" 
let g:solarized_contrast = "high" 
colorscheme solarized 

我为我的iTerm配色方案使用了Solarized Dark。

报告终端类型为xterm-256color。 (iTerm2 - >首选项 - >配置文件 - >终端 - >报告终端类型)