小编Sua*_*bah的帖子

为什么我安装的插件“gruvbox”不显示?

这是我的 .vimrc 文件:

set nocompatible              " be iMproved, required
filetype off                  " required

" set the runtime path to include Vundle and initialize
set rtp+=$HOME/.vim/bundle/Vundle.vim/
call vundle#begin('$HOME/.vim/bundle/')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

" Plugin gruvbox
Plugin 'morhetz/gruvbox'

" All of your Plugins must be added before the following line
call vundle#end()            " required
filetype plugin indent on    " required

colorscheme gruvbox
Run Code Online (Sandbox Code Playgroud)

用vim打开文件没问题,但是打字时> vim example.txt不显示gruvbox colorscheme,我用的是windows,怎么解决?

vim plugins color-scheme vundle

3
推荐指数
1
解决办法
3149
查看次数

标签 统计

color-scheme ×1

plugins ×1

vim ×1

vundle ×1