VIM Solarized 配色方案无法正常工作

时间:2021-02-28 16:41:21

标签: vim nvim

我使用的是 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

0 个答案:

没有答案
相关问题