-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overridden icon gets reset on colorscheme change #261
Comments
Confirmed with nvim-tree |
Same applies to changing background. It looks like we might not be persisting the user data from setup and set_icon. I'd be most grateful if you could look at this one @mg979 |
Also noticed that we are not using the We should do that, as well as create it during setup. |
I think this should be enough, @mawkler can you confirm? |
@mg979 Seems to be working. Thank you! |
workaround: use |
Overridden icons get reset when I change colorscheme.
To reproduce:
Configuration:
Click to expand
nvim -u ~/nvim-test-config/init.lua testfile.md
:colorscheme blue
:e
The text was updated successfully, but these errors were encountered: