结合 vim-plug 安装并使用 Gruvbox 主题教程

前置工作:vim-plug的安装

vim-plug的自动安装与基本使用介绍-CSDN博客

安装 Gruvbox

在 .vimrc 的plug列表中添加以下代码

复制代码
call plug#begin()

Plug 'morhetz/gruvbox'

call plug#end()

在vim中使用命令

复制代码
:PlugInstall

配置 Gruvbox

官方文档 Configuration · morhetz/gruvbox Wiki

复制代码
In order to change these options, 
type let g:gruvbox_(option) = '(value)' in your .vimrc 
(with quotes) before the colorscheme gruvbox statement.

例如我们想要设置深色模式下的对比度

对比度强

对比度弱

配置的相关效果图可以在首页找(很想吐槽gruvbox的manual......)

morhetz/gruvbox: Retro groove color scheme for Vim

更多选项效果则在

Configuration · morhetz/gruvbox Wiki

注意 colorscheme 务必留在设置之后

错误:Cannot find color shcme 'gruvbox'

  1. 未运行 :PlugInstall
  2. Vim 版本过旧,更新至最新版本
相关推荐
未济3 天前
linux 配置环境变量
linux
傲世仙尊3 天前
目录即文件-Ext文件系统收尾篇
linux·c语言
_艾伦 耶格尔.3 天前
进程间通信
linux
Liuqy-053 天前
Linux IO编程——静态库、动态库
linux
彧azz3 天前
Linux 环境下 Redis 学习总结:数据类型、持久化、锁、事务、主从与缓存问题
linux·redis·笔记·学习·面试
-梅3 天前
linux(8) 软硬链接
linux·运维·服务器
AIgorithmGEEK3 天前
[Linux]线程三部曲(上):一个执行流的诞生——从操作系统一路拆到 pthread_create
linux·线程·pid
琥珀色糖3 天前
SimlpeHttp
linux·服务器
qeen873 天前
【Linux】操作系统之进程介绍(二)
linux·笔记·学习·进程
Zenova EdgeOS3 天前
Linux ss 工业边缘网络分析实战
linux·python·边缘计算·工业网关