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
Thanks for your work on lightline. Documentation is great and I like the simplicity.
I've disabled the tabline in favor of another plugin using g:lightline.enable.tabline=0
But I have autocmds that change the color scheme when I switch from dark to light. I found that I needed to call lightline#enable() to pick these up.
When I do this, or when I disable lightline, it caches a stale value of &statusline and then restores the stale value over my carefully constructed status line.
Is there a better way to update colors on color scheme change?
If not, would you be receptive to a patch to lightline that only stores s:_statusline and s:_tabline when those features are enabled?
Thanks for your work on lightline. Documentation is great and I like the simplicity.
g:lightline.enable.tabline=0
&statusline
and then restores the stale value over my carefully constructed status line.s:_statusline
ands:_tabline
when those features are enabled?The text was updated successfully, but these errors were encountered: