morhetz / gruvbox

Retro groove color scheme for Vim
13.63k stars 1.11k forks source link

How to disable color of indent? #283

Closed rivergold closed 5 years ago

rivergold commented 5 years ago

When I use gruvbox with python file, it always occurs light red color when I type indent or space. Selection_002 How to disable the light red color of indent?

rivergold commented 5 years ago

It is not gruvbox error. I solved it by add followings into my_configs.vim:

if exists('python_highlight_all')
    unlet python_highlight_all
endif
if exists('python_space_error_highlight')
    unlet python_space_error_highlight
endif

Ref: stackoverflow: How to stop Vim highlighting trailing whitespace in python files

Congstarrr commented 2 years ago

When I use gruvbox with python file, it always occurs light red color when I type indent or space. Selection_002 How to disable the light red color of indent?

May I ask which font and colour scheme you are/were using in this screenshot?