neovim Gruvbox 显示为白色和灰色,我无法发现错误
neovim Gruvbox appears all white and grey, I can't spot the mistake
我无法让 Gruvbox 工作。我正在使用 neovim。如果有人能找出错误,我将不胜感激。
我在 ~/.config/nvim/bundle/
中安装了 gruvbox,这是我的整个 ~/.config/nvim/init.vim
文件。我尝试以两种不同的方式添加真彩色。
execute pathogen#infect()
filetype plugin indent on
set tabstop=4
set expandtab
map <C-n> :NERDTreeToggle<CR>
set termguicolors
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
colorscheme gruvbox
当我从内部 运行 :colorscheme
vim 我看到 gruvbox 列在那里。但它看起来很糟糕,没有突出显示,白色的所有灰色文本。
不知道错在哪里
谢谢。
要更正外观,删除下面设置 termguicolors 的行
set termguicolors
我无法让 Gruvbox 工作。我正在使用 neovim。如果有人能找出错误,我将不胜感激。
我在 ~/.config/nvim/bundle/
中安装了 gruvbox,这是我的整个 ~/.config/nvim/init.vim
文件。我尝试以两种不同的方式添加真彩色。
execute pathogen#infect()
filetype plugin indent on
set tabstop=4
set expandtab
map <C-n> :NERDTreeToggle<CR>
set termguicolors
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
colorscheme gruvbox
当我从内部 运行 :colorscheme
vim 我看到 gruvbox 列在那里。但它看起来很糟糕,没有突出显示,白色的所有灰色文本。
不知道错在哪里
谢谢。
要更正外观,删除下面设置 termguicolors 的行
set termguicolors