morhetz / gruvbox

Retro groove color scheme for Vim
13.59k stars 1.1k forks source link

let g:gruvbox_invert_selection=0 has no effect #317

Closed rockyzhang24 closed 4 years ago

rockyzhang24 commented 4 years ago

Hi,

I put this let g:gruvbox_invert_selection=0 in my vimrc to disable the inverted color when making selections. It means that when I make some selections, the highlight will be uniform, right?

image

But it has no effect. The selection still has inverted colors.

image

Thanks.

morhetz commented 4 years ago

you should put it before colo gruvbox

rockyzhang24 commented 4 years ago

Oh.. Thanks.