问题描述
我使用的是 Windows 应用商店中的 Windows 终端,我尝试使用 vim-plug 安装日光化的颜色方案,但它无法正常工作。 enter image description here
它看起来是灰色的,我不知道为什么它不起作用。 这是我的 init.vim 文件:
call plug#begin(stdpath('data') . '/plugged')
Plug 'altercation/vim-colors-solarized'
call plug#end()
set nu
set tabstop=4
set shiftwidth=4
Syntax enable
let g:solarized_termcolors=256
set background=dark
colorscheme solarized
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)