You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to set the whitespace highlight color depending on the background, which seems to be automatically detected by neovim at some point, but stays at 'dark' while my vimrc is being loaded.
I would like to set the whitespace highlight color depending on the
background
, which seems to be automatically detected by neovim at some point, but stays at 'dark' while my vimrc is being loaded.So I tried this:
Then, after background is set to 'light',
:echo g:better_whitespace_guicolor
returns 'LightYellow', yet the whitespace is highlighted in Brown.The text was updated successfully, but these errors were encountered: