liuchengxu / space-vim-theme

:blossom: A dark and light colorscheme for space-vim that supports GUI & terminal
159 stars 26 forks source link

python 代码第一次输入tab或者空格的时候,会标记为红色;使用space-vim-dark不存在这样的问题; #3

Closed kumustone closed 5 years ago

kumustone commented 5 years ago

image

liuchengxu commented 5 years ago

你应该是自己配置了高亮尾部多余空格之类的,跟 space_vim_theme 没关系, 参见 https://vim.fandom.com/wiki/Highlight_unwanted_spaces

这个是 minimal vimrc, 你可以自己测试下。

set nocompatible

call plug#begin('~/.vim/plugged')
Plug 'liuchengxu/space-vim-theme'
call plug#end()

colorscheme space_vim_theme