我在关闭语法高亮显示时阅读this article,我想尝试使用"颜色"作者使用的方案(实际上所有白色都带有一些粗体字和一个淡黄色光标),他links to here。但是,当我尝试在我的终端中应用它时,它最终看起来像这样:
可能导致什么?上下文:
我的.vimrc:
set nocompatible
syntax on
set formatoptions=tcroql
set relativenumber
set incsearch
set hlsearch
set smartindent
filetype indent on
let g:go_highlight_trailing_whitespace_error=0
答案 0 :(得分:1)
从the color schema中的评论中我发现您需要安装和配置base16-shell。
在.vimrc
:
let g:base16_shell_path=base16-builder/output/shell/
在运行:color
之前。设置安装脚本的实际路径。